1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

Set console to debug for integration tests

This commit is contained in:
Ethan Koenig 2017-06-15 08:12:30 -04:00
parent 01322af2e8
commit d1e4af66c1
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = testgitea
USER = root
PASSWD =
PASSWD =
SSL_MODE = disable
PATH = data/gitea.db
@ -47,7 +47,7 @@ MODE = console,file
ROOT_PATH = mysql-log
[log.console]
LEVEL = Debug
LEVEL = Warn
[log.file]
LEVEL = Debug