mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
Set console to debug for integration tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user