From a9ceb157032ae2290e944c1d0a255451ff2d133d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:13:07 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) 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 From 7f4e720af473d3d900abcee03f9c3704d839be14 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:01:31 +0100 Subject: [PATCH 2/2] Replacements for access, router and xorm log in app.ini --- conf/app.ini | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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