Skip to content

Commit

Permalink
Merge pull request #1976 from ethantkoenig/log/integration_test
Browse files Browse the repository at this point in the history
Set console to debug for integration tests
  • Loading branch information
andreynering authored Jun 15, 2017
2 parents 2bcd947 + d1e4af6 commit b7d597e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions integrations/mysql.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -47,7 +47,7 @@ MODE = console,file
ROOT_PATH = mysql-log

[log.console]
LEVEL = Debug
LEVEL = Warn

[log.file]
LEVEL = Debug
Expand Down
4 changes: 2 additions & 2 deletions integrations/pgsql.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ MODE = console,file
ROOT_PATH = pgsql-log

[log.console]
LEVEL = Debug
LEVEL = Warn

[log.file]
LEVEL = Debug
LEVEL = Debug

[security]
INSTALL_LOCK = true
Expand Down
6 changes: 3 additions & 3 deletions integrations/sqlite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
LEVEL = Debug

[security]
INSTALL_LOCK = true
Expand Down

0 comments on commit b7d597e

Please sign in to comment.