25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-19 15:32:08 +02:00

mix.exs: Include Elixir's Logger in the OTP release, useful for libcluster

This commit is contained in:
Badlop 2024-07-09 12:04:54 +02:00
parent 28e37bcaad
commit 7a8c0331c1

View File

@ -43,7 +43,7 @@ defmodule Ejabberd.MixProject do
def application do
[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,
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
++ cond_apps(),