From 7a8c0331c1b7613d2d6f74410d8744d1b6f0eacb Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 9 Jul 2024 12:04:54 +0200 Subject: [PATCH] mix.exs: Include Elixir's Logger in the OTP release, useful for libcluster --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 52fd90f93dc..5e52e7469f6 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),