mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Move logger app to included_applications
We don't particularly need this to start with ejabberd, and by having it always started we will change logger to always use elixir formating.
This commit is contained in:
parent
fb9e2b9603
commit
aa02c4de1e
1 changed files with 2 additions and 2 deletions
4
mix.exs
4
mix.exs
|
@ -43,11 +43,11 @@ defmodule Ejabberd.MixProject do
|
|||
|
||||
def application do
|
||||
[mod: {:ejabberd_app, []},
|
||||
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix, :logger,
|
||||
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix,
|
||||
:fast_tls, :fast_xml, :fast_yaml, :jose,
|
||||
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
|
||||
++ cond_apps(),
|
||||
included_applications: [:mnesia, :os_mon,
|
||||
included_applications: [:mnesia, :os_mon, :logger,
|
||||
:cache_tab, :eimp, :mqtree, :p1_acme,
|
||||
:p1_oauth2, :pkix]
|
||||
++ cond_included_apps()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue