diff options
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 |