Skip to content

Commit 0e96311

Browse files
committed
display the error on console
1 parent 418bdb5 commit 0e96311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/sqlite.ini.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ PROVIDER = file
6666
PROVIDER_CONFIG = integrations/gitea-integration-sqlite/data/sessions
6767

6868
[log]
69-
MODE = test,file
69+
MODE = test,file,console
7070
ROOT_PATH = sqlite-log
7171
REDIRECT_MACARON_LOG = true
7272
ROUTER = ,
7373
MACARON = ,
74-
XORM = file
74+
XORM = file,console
7575

7676
[log.test]
7777
LEVEL = Info

0 commit comments

Comments
 (0)