diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-27 07:52:10 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-27 07:52:10 -0400 |
commit | 2f8998a0516b6ea5e9bf0760553ebb3c1aa9c296 (patch) | |
tree | 50f586353296ce8e7fe90ad64b9d5344c0d40828 /etc | |
parent | b1438d7d0fcb9c98ee176ab0a75e1d37d11e26d4 (diff) |
fix missing log level in config files.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/monkeysphere-server.conf | 4 | ||||
-rw-r--r-- | etc/monkeysphere.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/monkeysphere-server.conf b/etc/monkeysphere-server.conf index 2693699..b69420a 100644 --- a/etc/monkeysphere-server.conf +++ b/etc/monkeysphere-server.conf @@ -9,8 +9,8 @@ # User who controls the monkeysphere authentication keyring. #MONKEYSPHERE_USER=monkeysphere -# Log level. Can be SILENT, ERROR, INFO, DEBUG, in increasing order -# of verbosity. +# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in +# increasing order of verbosity. #LOG_LEVEL=INFO # Path to authorized_user_ids file to process to create diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf index 92aa419..2f0b877 100644 --- a/etc/monkeysphere.conf +++ b/etc/monkeysphere.conf @@ -6,8 +6,8 @@ # prefaced by "MONKEYSPHERE_" will take precedence over the values # specified here. -# Log level. Can be SILENT, ERROR, INFO, DEBUG, in increasing order -# of verbosity. +# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in +# increasing order of verbosity. #LOG_LEVEL=INFO # GPG home directory. If not specified either here or in the |