JSON Logging
logging/json_logging
A boolean which indicates whether the logging will be in JSON format or not. If not specified logging will not be in JSON format.
Property
Name | Type | Constraints |
---|---|---|
json_logging | boolean | Values: true or false Default value: false |
Example
logging:
json_logging: true
Updated about 2 years ago