Pārlūkot izejas kodu

Set console to debug for integration tests

tags/v1.2.0-rc1
Ethan Koenig pirms 7 gadiem
vecāks
revīzija
d1e4af66c1
3 mainītis faili ar 7 papildinājumiem un 7 dzēšanām
  1. 2
    2
      integrations/mysql.ini
  2. 2
    2
      integrations/pgsql.ini
  3. 3
    3
      integrations/sqlite.ini

+ 2
- 2
integrations/mysql.ini Parādīt failu

@@ -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

+ 2
- 2
integrations/pgsql.ini Parādīt failu

@@ -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

+ 3
- 3
integrations/sqlite.ini Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt