Skip to content

Commit

Permalink
Merge pull request #1 from hazardfn/fix-application-for-releases
Browse files Browse the repository at this point in the history
ex_syslogger has problems when part of a larger application with releases
  • Loading branch information
slashmili authored Sep 30, 2016
2 parents ccd95f2 + 6258b91 commit ed5c330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ defmodule ExSyslogger.Mixfile do
#
# Type `mix help compile.app` for more information
def application do
[applications: [:syslog, :logger, :poison]]
[applications: [:logger, :poison],
included_applications: [:syslog]]
end

defp description do
Expand Down

0 comments on commit ed5c330

Please sign in to comment.