Skip to content

Commit

Permalink
Fix :logger application is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 22, 2017
1 parent 35fecba commit 694a58e
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 @@ -23,7 +23,7 @@ defmodule ExTwitter.Mixfile do
# Configuration for the OTP application
def application do
[ mod: { ExTwitter, [] },
applications: [:inets, :ssl, :crypto]]
applications: [:inets, :ssl, :crypto, :logger]]
end

# Returns the list of dependencies in the format:
Expand Down

0 comments on commit 694a58e

Please sign in to comment.