Merge pull request #1976 from ethantkoenig/log/integration_test
Set console to debug for integration tests
This commit is contained in:
commit
b7d597e40c
|
@ -47,7 +47,7 @@ MODE = console,file
|
||||||
ROOT_PATH = mysql-log
|
ROOT_PATH = mysql-log
|
||||||
|
|
||||||
[log.console]
|
[log.console]
|
||||||
LEVEL = Debug
|
LEVEL = Warn
|
||||||
|
|
||||||
[log.file]
|
[log.file]
|
||||||
LEVEL = Debug
|
LEVEL = Debug
|
||||||
|
|
|
@ -47,10 +47,10 @@ MODE = console,file
|
||||||
ROOT_PATH = pgsql-log
|
ROOT_PATH = pgsql-log
|
||||||
|
|
||||||
[log.console]
|
[log.console]
|
||||||
LEVEL = Debug
|
LEVEL = Warn
|
||||||
|
|
||||||
[log.file]
|
[log.file]
|
||||||
LEVEL = Debug
|
LEVEL = Debug
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
|
|
|
@ -44,13 +44,13 @@ PROVIDER = file
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
MODE = console,file
|
MODE = console,file
|
||||||
|
ROOT_PATH = sqlite-log
|
||||||
|
|
||||||
[log.console]
|
[log.console]
|
||||||
LEVEL = Debug
|
LEVEL = Warn
|
||||||
|
|
||||||
[log.file]
|
[log.file]
|
||||||
LEVEL = Debug
|
LEVEL = Debug
|
||||||
ROOT_PATH = log
|
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
|
|
Loading…
Reference in New Issue