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
5d1cd3ea92
commit
c95c66f489