diff --git a/README.md b/README.md index 0fa8fbc..5d9dfd3 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 5e223a3..97290d5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -110,6 +110,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/conf/app.ini b/conf/app.ini index 5486c32..81e646a 100644 --- a/conf/app.ini +++ b/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