Add database log adapter
This commit is contained in:
parent
f147ad619a
commit
6c8d630bef
6 changed files with 239 additions and 231 deletions
|
@ -233,5 +233,7 @@ RECEIVERS =
|
|||
; For "database" mode only
|
||||
[log.database]
|
||||
LEVEL =
|
||||
; Either "mysql" or "postgres"
|
||||
DRIVER =
|
||||
; Based on xorm, e.g.: root:root@localhost/gogs?charset=utf8
|
||||
CONN =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue