diff options
| author | Andy Smith <github@anarkystic.com> | 2012-01-10 17:40:32 -0800 |
|---|---|---|
| committer | Andy Smith <github@anarkystic.com> | 2012-01-10 17:40:32 -0800 |
| commit | 44f6f4e485bd8d53cb89f33dba5f23ebef12b008 (patch) | |
| tree | 5229b76ab99d974d81795f3624ca603176b2d105 | |
| parent | 2723439149de2e340edafa77719d29d4e10acf79 (diff) | |
| parent | c8303054343a6693387c56417364495521598568 (diff) | |
| download | keystone-44f6f4e485bd8d53cb89f33dba5f23ebef12b008.tar.gz keystone-44f6f4e485bd8d53cb89f33dba5f23ebef12b008.tar.xz keystone-44f6f4e485bd8d53cb89f33dba5f23ebef12b008.zip | |
Merge pull request #12 from 4P/lg
logging to debugging by default for now
| -rw-r--r-- | etc/keystone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/keystone.conf b/etc/keystone.conf index 70559af8..517cfd43 100644 --- a/etc/keystone.conf +++ b/etc/keystone.conf @@ -4,7 +4,7 @@ admin_port = 35357 admin_token = ADMIN compute_port = 3000 verbose = True -debug = False +debug = True #log_config = /etc/keystone/logging.conf # ================= Syslog Options ============================ |
