Commit 2e9a62eec0a2a719c426ae4e9d144035a2fe8e06

Authored by nbm
1 parent 63932b55

Move logLevel into the KnowledgeTree section.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5220 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 5 additions and 2 deletions
config/config.ini
... ... @@ -3,8 +3,6 @@
3 3 ; db section.
4 4 ; ----------------------------------------------------------------
5 5  
6   -; logLevel = DEBUG
7   -
8 6 [db]
9 7 ; The Database Engine to use. Currently mysql is the only
10 8 ; supported type.
... ... @@ -63,6 +61,11 @@ pathInfoSupport = default
63 61 ; may need some changing for Windows systems.
64 62 execSearchPath = default
65 63  
  64 +; Which level of logging to use. DEBUG, INFO, WARN, ERROR
  65 +; Defaults to INFO
  66 +; logLevel = DEBUG
  67 +
  68 +
66 69 [storage]
67 70 ; By default uses KTOnDiskPathStorageManager
68 71 ; manager = KTOnDiskPathStorageManager
... ...