This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#1976
from ethantkoenig/log/integration_test
Set console to debug for integration tests
tags/v1.2.0-rc1
Andrey Nering
GitHub
8 years ago
parent
7c20be2658
6596d9799d
commit
b3ebe33eef
3 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
integrations/mysql.ini
+2
-2
integrations/pgsql.ini
+3
-3
integrations/sqlite.ini
+ 2
- 2
integrations/mysql.ini
View 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
+ 2
- 2
integrations/pgsql.ini
View 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
+ 3
- 3
integrations/sqlite.ini
View 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
Write
Preview
Loading…
Cancel
Save