Merge pull request #1976 from ethantkoenig/log/integration_test

Set console to debug for integration tests
tokarchuk/v1.17
Andrey Nering 8 years ago committed by GitHub
commit b7d597e40c
  1. 2
      integrations/mysql.ini
  2. 2
      integrations/pgsql.ini
  3. 4
      integrations/sqlite.ini

@ -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