From 2e9a62eec0a2a719c426ae4e9d144035a2fe8e06 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 10 Apr 2006 08:35:42 +0000 Subject: [PATCH] Move logLevel into the KnowledgeTree section. --- config/config.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/config.ini b/config/config.ini index 7c334a6..6046d9b 100644 --- a/config/config.ini +++ b/config/config.ini @@ -3,8 +3,6 @@ ; db section. ; ---------------------------------------------------------------- -; logLevel = DEBUG - [db] ; The Database Engine to use. Currently mysql is the only ; supported type. @@ -63,6 +61,11 @@ pathInfoSupport = default ; may need some changing for Windows systems. execSearchPath = default +; Which level of logging to use. DEBUG, INFO, WARN, ERROR +; Defaults to INFO +; logLevel = DEBUG + + [storage] ; By default uses KTOnDiskPathStorageManager ; manager = KTOnDiskPathStorageManager -- libgit2 0.21.4