Skip to content

Commit

Permalink
mix.exs: Include Elixir's Logger in the OTP release, useful for libcl…
Browse files Browse the repository at this point in the history
…uster
  • Loading branch information
badlop committed Jul 11, 2024
1 parent 28e37bc commit 7a8c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 7a8c033

Please sign in to comment.