mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 10:31:36 +01:00
Replacements for access, router and xorm log in app.ini
This commit is contained in:
parent
a9ceb15703
commit
7f4e720af4
17
conf/app.ini
17
conf/app.ini
@ -62,18 +62,23 @@ PROVIDER = memory
|
||||
MODE = file
|
||||
LEVEL = Info
|
||||
ROOT_PATH = /var/log/__APP__
|
||||
logger.access.MODE =
|
||||
logger.router.MODE = router
|
||||
logger.xorm.MODE = xorm
|
||||
|
||||
REDIRECT_MACARON_LOG= true
|
||||
MACARON = file
|
||||
|
||||
ROUTER_LOG_LEVEL = Warn
|
||||
ROUTER = file
|
||||
[log.file]
|
||||
FILE_NAME = gitea.log
|
||||
|
||||
ENABLE_ACCESS_LOG = Warn
|
||||
ACCESS = file
|
||||
[log.router]
|
||||
FILE_NAME = router.log
|
||||
LEVEL = Warn
|
||||
|
||||
ENABLE_XORM_LOG = Warn
|
||||
XORM = file
|
||||
[log.xorm]
|
||||
FILE_NAME = xorm.log
|
||||
LEVEL = Warn
|
||||
|
||||
[security]
|
||||
INSTALL_LOCK = true
|
||||
|
Loading…
Reference in New Issue
Block a user