]> source.dussan.org Git - gitea.git/commitdiff
Set console to debug for integration tests 1976/head
authorEthan Koenig <ethantkoenig@gmail.com>
Thu, 15 Jun 2017 12:12:30 +0000 (08:12 -0400)
committerEthan Koenig <ethantkoenig@gmail.com>
Thu, 15 Jun 2017 12:12:30 +0000 (08:12 -0400)
integrations/mysql.ini
integrations/pgsql.ini
integrations/sqlite.ini

index bf3fa9105c39feae0b9f3f7f9b818c8cf9910b5e..2818e2bf36ff6a00f1918d09604b4ca15c6ddfe3 100644 (file)
@@ -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
index 1a680a0acb83f026135b4cd095bf3fa6237874f1..43a7cc78c133d06f54c137c7465ef3aebe95b861 100644 (file)
@@ -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
index 3f14ad884f687b246440bc12bbd3630e6ae1adc6..c771507a765ac13a29018bae90ae33037260de6d 100644 (file)
@@ -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