diff --git a/integrations/mysql.ini b/integrations/mysql.ini index bf3fa9105..2818e2bf3 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 1a680a0ac..43a7cc78c 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 3f14ad884..c771507a7 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