25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +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) -> start(normal, _Args) ->
{T1, _} = statistics(wall_clock), {T1, _} = statistics(wall_clock),
ejabberd_logger:start(),
write_pid_file(), write_pid_file(),
start_elixir_application(), start_elixir_application(),
ejabberd:check_app(ejabberd), ejabberd:check_app(ejabberd),