From bb2427c28bf40179c4881b22c23f23f9bea78f55 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Tue, 2 Sep 2008 00:38:27 -0700 Subject: Finalize new log level changes. This is more or less doing what it should. The only problem, I think, is that it doesn't handle improperly specified LOG_LEVEL well, effectively resorting to silent. --- etc/monkeysphere-server.conf | 4 ++++ etc/monkeysphere.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/monkeysphere-server.conf b/etc/monkeysphere-server.conf index 15f43b1..1b0ed9f 100644 --- a/etc/monkeysphere-server.conf +++ b/etc/monkeysphere-server.conf @@ -6,6 +6,10 @@ # prefeced 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=INFO + # GPG keyserver to search for keys. #KEYSERVER=subkeys.pgp.net diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf index 2648fa9..d9bbad3 100644 --- a/etc/monkeysphere.conf +++ b/etc/monkeysphere.conf @@ -6,6 +6,10 @@ # prefeced 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=INFO + # GPG home directory. If not specified either here or in the # MONKEYSPHERE_GNUPGHOME environment variable, then the value of the # GNUPGHOME environment variable will be used. If GNUPGHOME is not -- cgit v1.2.3