From d1e4af66c19a99a83367e4550fddadc6526381a5 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Thu, 15 Jun 2017 08:12:30 -0400 Subject: [PATCH] Set console to debug for integration tests --- integrations/mysql.ini | 4 ++-- integrations/pgsql.ini | 4 ++-- integrations/sqlite.ini | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integrations/mysql.ini b/integrations/mysql.ini index bf3fa9105c..2818e2bf36 100644 --- a/integrations/mysql.ini +++ b/integrations/mysql.ini @@ -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 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 diff --git a/integrations/sqlite.ini b/integrations/sqlite.ini index 3f14ad884f..c771507a76 100644 --- a/integrations/sqlite.ini +++ b/integrations/sqlite.ini @@ -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