1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +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 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(),