No chars limit by default

This commit is contained in:
terry-xiaoyu 2019-06-13 12:03:05 +08:00 committed by Shawn
parent a3103cec7b
commit c4de0b1792
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: 8192 ## Default: No Limit
log.chars_limit = 8192 #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, 8192}, {default, -1},
{datatype, integer} {datatype, integer}
]}. ]}.