No chars limit by default
This commit is contained in:
parent
a3103cec7b
commit
c4de0b1792
|
@ -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.
|
||||||
##
|
##
|
||||||
|
|
|
@ -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}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue