diff options
| author | monsterxx03 <xyj.asmy@gmail.com> | 2012-08-22 11:55:56 +0800 |
|---|---|---|
| committer | monsterxx03 <xyj.asmy@gmail.com> | 2012-08-22 11:55:56 +0800 |
| commit | 169809469790cc07e63d3ff9ff72b99e20f5b0fc (patch) | |
| tree | a42592661e459988a4f9fdfe76c7ccb0f61e5f01 | |
| parent | 5419afce36090d2e6dd37fb7e62066a9dc872c1d (diff) | |
change verbose and debug to Fasle in keystone.conf.sample
fix bug #1039857
verbose and debug is False by default, but they display True in
keystone.conf.sample. It may confuse people who cp
keystone.conf.sample to keystone.conf
Change-Id: I62031b879196da1633a198b6ae1f116485fe783b
| -rw-r--r-- | etc/keystone.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index 9061fe08..a3b1065c 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 |
