diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-06-15 08:12:30 -0400 |
---|---|---|
committer | Ethan Koenig <ethantkoenig@gmail.com> | 2017-06-15 08:12:30 -0400 |
commit | d1e4af66c19a99a83367e4550fddadc6526381a5 (patch) | |
tree | c7b3a88422ad706e26f9181871eec3208b538156 /integrations/pgsql.ini | |
parent | 01322af2e8e213209cddff5356b317ce4875fca3 (diff) | |
download | gitea-d1e4af66c19a99a83367e4550fddadc6526381a5.tar.gz gitea-d1e4af66c19a99a83367e4550fddadc6526381a5.zip |
Set console to debug for integration tests
Diffstat (limited to 'integrations/pgsql.ini')
-rw-r--r-- | integrations/pgsql.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrations/pgsql.ini b/integrations/pgsql.ini index 1a680a0acb..43a7cc78c1 100644 --- a/integrations/pgsql.ini +++ b/integrations/pgsql.ini @@ -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 |