From 2f8998a0516b6ea5e9bf0760553ebb3c1aa9c296 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Mon, 27 Oct 2008 07:52:10 -0400 Subject: [PATCH] fix missing log level in config files. --- etc/monkeysphere-server.conf | 4 ++-- 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 -- 2.25.1