chore(config): add log.max_depth example config

This commit is contained in:
Zaiming Shi 2021-06-04 22:39:50 +02:00 committed by Zaiming (Stone) Shi
parent eac04b243f
commit 41cdedc0a2
1 changed files with 7 additions and 0 deletions

View File

@ -439,6 +439,13 @@ log.file = emqx.log
## Default: No Limit ## Default: No Limit
#log.chars_limit = 8192 #log.chars_limit = 8192
## Maximum depth for Erlang term log formatting
## and Erlang process message queue inspection.
##
## Value: Integer or 'unlimited' (without quotes)
## Default: 20
#log.max_depth = 20
## Log formatter ## Log formatter
## Value: text | json ## Value: text | json
#log.formatter = text #log.formatter = text