Skip to content

Commit

Permalink
fix: fix the "logger:remove_handler(default) failed" error (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
narikazu authored Aug 11, 2022
1 parent 6b3ce25 commit 47c2999
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 @@ -20,7 +20,7 @@ defmodule Apr.MixProject do
def application do
[
mod: {Apr.Application, []},
extra_applications: [:logger, :runtime_tools]
extra_applications: [:lager, :logger, :runtime_tools]
]
end

Expand Down

0 comments on commit 47c2999

Please sign in to comment.