summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-23 16:26:02 +0000
committerGerrit Code Review <review@openstack.org>2012-08-23 16:26:02 +0000
commit76ec7bbb5d8f52e767306f6b03f890559bbd069b (patch)
tree30950815539ad3aabad1baf9247597b6e2888dd2 /etc
parentf020bbdab8a95b4abc0fc38ff32d16bf40aa3837 (diff)
parent169809469790cc07e63d3ff9ff72b99e20f5b0fc (diff)
downloadkeystone-76ec7bbb5d8f52e767306f6b03f890559bbd069b.tar.gz
keystone-76ec7bbb5d8f52e767306f6b03f890559bbd069b.tar.xz
keystone-76ec7bbb5d8f52e767306f6b03f890559bbd069b.zip
Merge "change verbose and debug to Fasle in keystone.conf.sample"
Diffstat (limited to 'etc')
-rw-r--r--etc/keystone.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index cd4ec0f9..5de06a32 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -16,11 +16,11 @@
# === Logging Options ===
# Print debugging output
-# verbose = True
+# verbose = False
# Print more verbose output
# (includes plaintext request logging, potentially including passwords)
-# debug = True
+# debug = False
# Name of log file to output to. If not set, logging will go to stdout.
# log_file = keystone.log