Browse Source

chore(config): add log.max_depth example config

Zaiming Shi 4 years ago
parent
commit
41cdedc0a2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      etc/emqx.conf

+ 7 - 0
etc/emqx.conf

@@ -439,6 +439,13 @@ log.file = emqx.log
 ## Default: No Limit
 #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
 ## Value: text | json
 #log.formatter = text