fix(docker): set console log to debug when testing

This commit is contained in:
Shawn 2021-07-17 15:49:44 +08:00
parent 89f10d3902
commit e3cfc922b2
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ EMQX_CLUSTER__STATIC__SEEDS="[emqx@node1.emqx.io, emqx@node2.emqx.io]"
EMQX_ZONES__DEFAULT__LISTENERS__MQTT_TCP__PROXY_PROTOCOL=true
EMQX_ZONES__DEFAULT__LISTENERS__MQTT_WS__PROXY_PROTOCOL=true
EMQX_LOG__CONSOLE_HANDLER__ENABLE=true
EMQX_LOG__CONSOLE_HANDLER__LEVEL=debug
EMQX_LOG__PRIMARY_LEVEL=debug