From 4eced282ddb48c85b26d40a09d04b417d71a0e63 Mon Sep 17 00:00:00 2001 From: zeripath Date: Wed, 6 Feb 2019 03:06:41 +0000 Subject: [PATCH] Allow Macaron to be set to log through to gitea.log (#5667) * Allow Macaron to be set to log through gitea.log Fix #4291 --- doc/advanced/config-cheat-sheet.en-us.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/advanced/config-cheat-sheet.en-us.md b/doc/advanced/config-cheat-sheet.en-us.md index 82543167..89eb9af7 100644 --- a/doc/advanced/config-cheat-sheet.en-us.md +++ b/doc/advanced/config-cheat-sheet.en-us.md @@ -279,6 +279,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `ROOT_PATH`: **\**: Root path for log files. - `MODE`: **console**: Logging mode. For multiple modes, use a comma to separate values. - `LEVEL`: **Trace**: General log level. \[Trace, Debug, Info, Warn, Error, Critical\] +- `REDIRECT_MACARON_LOG`: **false**: Redirects the Macaron log to the Gitea logger. ## Cron (`cron`)