Skip to content

Commit

Permalink
Ensure Logger app is started
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Sep 25, 2024
1 parent 9156ccc commit e6f436a
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 @@ -21,7 +21,7 @@ defmodule SBoM.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:hex, :xmerl]
extra_applications: [:logger, :hex, :xmerl]
]
end

Expand Down

0 comments on commit e6f436a

Please sign in to comment.