fix(elixir): do not start logger before config
Despite Hocon generating the same config in both Elixir and Erlang releases, apparently starting Logger before other applications has the subtle effect of redirecting all logs to `log/erlang.log.N`, even those lines that should appear in `log/emqx.log.N`. Simply not adding it to the application list restores the Erlang release behavior.
This commit is contained in:
parent
bc498a8041
commit
01092982c1
Loading…
Reference in New Issue