summaryrefslogtreecommitdiffstats
path: root/custom/conf/app.ini.sample
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-02-06 03:06:41 +0000
committertechknowlogick <matti@mdranta.net>2019-02-05 22:06:41 -0500
commitf286a5abb42f94d7c597f41b25990f2ccee0bb77 (patch)
tree3fe2d144b63b088e38a8bbd3ff64965edb3e1183 /custom/conf/app.ini.sample
parent3b7f41f9f7bbd3d19ce5a6b667b5c1f56c2b1b51 (diff)
downloadgitea-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 'custom/conf/app.ini.sample')
-rw-r--r--custom/conf/app.ini.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index aebcfafa96..31fed0c022 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -497,6 +497,7 @@ MODE = console
BUFFER_LEN = 10000
; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
LEVEL = Trace
+REDIRECT_MACARON_LOG = false
; For "console" mode only
[log.console]