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