Don't dump all incoming messages by default
This commit is contained in:
parent
5f661d7304
commit
2c6e64d231
@ -99,7 +99,7 @@ relay {
|
||||
|
||||
logging {
|
||||
# Dump all incoming messages
|
||||
dumpInAll = <%= @config.dig(:relay, :logging, :dump_in_all) || "true" %>
|
||||
dumpInAll = <%= @config.dig(:relay, :logging, :dump_in_all) || "false" %>
|
||||
|
||||
# Dump all incoming EVENT messages
|
||||
dumpInEvents = <%= @config.dig(:relay, :logging, :dump_in_events) || "false" %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user