1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

fix: set log file mode in app.ini

This commit is contained in:
Emmanuel Averty 2024-02-10 17:17:25 +01:00 committed by grosmanal
parent d37413f900
commit 8627232b9f

View file

@ -70,10 +70,12 @@ logger.xorm.MODE = xorm
FILE_NAME = forgejo.log
[log.router]
MODE = file
FILE_NAME = router.log
LEVEL = Warn
[log.xorm]
MODE = file
FILE_NAME = xorm.log
LEVEL = Warn