Merge "Support for error_log in .json format."

This commit is contained in:
David Pursehouse
2015-05-08 07:44:17 +00:00
committed by Gerrit Code Review
4 changed files with 44 additions and 11 deletions

View File

@@ -2654,6 +2654,22 @@ are specified in the link:#container[container section]:
javaOptions = -Dcom.sun.jndi.ldap.connect.pool.timeout=300000
----
[[log]]
=== Section log
[[log.jsonLogging]]log.jsonLogging::
+
If set to true, enables error logging in JSON format (file name: "logs/error_log.json").
+
Defaults to false.
[[log.textLogging]]log.textLogging::
+
If set to true, enables error logging in regular plain text format. Can only be disabled
if `jsonLogging` is enabled.
+
Defaults to true.
[[mimetype]]
=== Section mimetype