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:
parent
aee53332bf
commit
5bbb4da397
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user