mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
mix.exs: Include Elixir's Logger in the OTP release, useful for libcluster
This commit is contained in:
parent
28e37bcaad
commit
7a8c0331c1
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -43,7 +43,7 @@ defmodule Ejabberd.MixProject do
|
||||||
|
|
||||||
def application do
|
def application do
|
||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix,
|
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix, :logger,
|
||||||
:fast_tls, :fast_xml, :fast_yaml, :jose,
|
:fast_tls, :fast_xml, :fast_yaml, :jose,
|
||||||
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
|
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
|
||||||
++ cond_apps(),
|
++ cond_apps(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue