Open taktran opened 8 years ago
Note: :exjsx
is missing from the mix.exs
in logger_logstash_backend
too
I faced the same issue while trying to prepare release package with Distillery. The problem is Elixir version requirement in logger_logstash_backend is still 1.3. It's only Elixir v1.4 and up that automatically infers :applications
from deps
. But being tied to v1.3 prevent that from happening.
Can you guys try the new release? Elixir 1.5 is supported (1.3 is still the base requirement tho') and exjsx was added to the applications list
I tried deploying
logger_logstash_backend
, but I get the error messageTo fix it, I had to add
along with the dep
It doesn't seem like
tzdata
(https://github.com/marcelog/logger_logstash_backend/issues/5) is needed anymore?I can do a PR to fix this if you want