From 169809469790cc07e63d3ff9ff72b99e20f5b0fc Mon Sep 17 00:00:00 2001 From: monsterxx03 Date: Wed, 22 Aug 2012 11:55:56 +0800 Subject: 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 --- etc/keystone.conf.sample | 4 ++-- 1 file 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 -- cgit