Set console to debug for integration tests

v1.14-wow
Ethan Koenig 7 years ago
parent 01322af2e8
commit d1e4af66c1

@ -47,7 +47,7 @@ MODE = console,file
ROOT_PATH = mysql-log
[log.console]
LEVEL = Debug
LEVEL = Warn
[log.file]
LEVEL = Debug

@ -47,7 +47,7 @@ MODE = console,file
ROOT_PATH = pgsql-log
[log.console]
LEVEL = Debug
LEVEL = Warn
[log.file]
LEVEL = Debug

@ -44,13 +44,13 @@ PROVIDER = file
[log]
MODE = console,file
ROOT_PATH = sqlite-log
[log.console]
LEVEL = Debug
LEVEL = Warn
[log.file]
LEVEL = Debug
ROOT_PATH = log
[security]
INSTALL_LOCK = true

Loading…
Cancel
Save