25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00

Start ejabberd_logger also when ejabberd:start() is not called

This commit is contained in:
Paweł Chmielowski 2019-01-09 19:03:36 +01:00
parent aee53332bf
commit 5bbb4da397

View File

@ -39,6 +39,7 @@
start(normal, _Args) ->
{T1, _} = statistics(wall_clock),
ejabberd_logger:start(),
write_pid_file(),
start_elixir_application(),
ejabberd:check_app(ejabberd),