summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-02 00:38:27 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-02 00:38:27 -0700
commitbb2427c28bf40179c4881b22c23f23f9bea78f55 (patch)
tree0bc8478cc689eee669edcae7272e621ac4a33f83 /etc
parent948b21702fbeaf1874286bd9b0d7c27c37d55c2a (diff)
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/monkeysphere-server.conf4
-rw-r--r--etc/monkeysphere.conf4
2 files changed, 8 insertions, 0 deletions
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