diff options
author | zeripath <art27@cantab.net> | 2019-02-06 03:06:41 +0000 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-05 22:06:41 -0500 |
commit | f286a5abb42f94d7c597f41b25990f2ccee0bb77 (patch) | |
tree | 3fe2d144b63b088e38a8bbd3ff64965edb3e1183 /docs | |
parent | 3b7f41f9f7bbd3d19ce5a6b667b5c1f56c2b1b51 (diff) | |
download | gitea-f286a5abb42f94d7c597f41b25990f2ccee0bb77.tar.gz gitea-f286a5abb42f94d7c597f41b25990f2ccee0bb77.zip |
Allow Macaron to be set to log through to gitea.log (#5667)
* Allow Macaron to be set to log through gitea.log
Fix #4291
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 8254316716..89eb9af78c 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -279,6 +279,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `ROOT_PATH`: **\<empty\>**: 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`) |