Enlarge chars_limit to 8192

This commit is contained in:
terry-xiaoyu 2019-05-05 18:55:07 +08:00 committed by turtleDeng
parent 0a56fc236a
commit 0ea6697a57
2 changed files with 3 additions and 3 deletions

View File

@ -371,8 +371,8 @@ log.file = emqx.log
## Limits the total number of characters printed for each log event. ## Limits the total number of characters printed for each log event.
## ##
## Value: Integer ## Value: Integer
## Default: 1024 ## Default: 8192
log.chars_limit = 1024 log.chars_limit = 8192
## Maximum size of each log file. ## Maximum size of each log file.
## ##

View File

@ -421,7 +421,7 @@ end}.
]}. ]}.
{mapping, "log.chars_limit", "kernel.logger", [ {mapping, "log.chars_limit", "kernel.logger", [
{default, 1024}, {default, 8192},
{datatype, integer} {datatype, integer}
]}. ]}.