config: move log settings to its own section.
This commit is contained in:
parent
dfaa1be71f
commit
ca73aa43ae
3 changed files with 15 additions and 14 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[general]
|
||||
uselog = 0
|
||||
loglevel = INFO, WARNING, CRITCAL
|
||||
logdir = logs
|
||||
|
||||
[log]
|
||||
use = 0
|
||||
level = INFO, WARNING, CRITCAL
|
||||
directory = logs
|
||||
|
||||
[mysql]
|
||||
host = localhost
|
||||
|
|
|
|||
Reference in a new issue