Browse Source

chore(config): add log.max_depth example config

Zaiming Shi 4 năm trước cách đây
mục cha
commit
41cdedc0a2
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      etc/emqx.conf

+ 7 - 0
etc/emqx.conf

@@ -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