Set console to debug for integration tests

tokarchuk/v1.17
Ethan Koenig 8 years ago
parent 01322af2e8
commit d1e4af66c1
  1. 4
      integrations/mysql.ini
  2. 4
      integrations/pgsql.ini
  3. 6
      integrations/sqlite.ini

@ -6,7 +6,7 @@ DB_TYPE = mysql
HOST = 127.0.0.1:3306 HOST = 127.0.0.1:3306
NAME = testgitea NAME = testgitea
USER = root USER = root
PASSWD = PASSWD =
SSL_MODE = disable SSL_MODE = disable
PATH = data/gitea.db PATH = data/gitea.db
@ -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…
Cancel
Save