Skip to content

:exjsx required in applications? #13

@taktran

Description

@taktran

I tried deploying logger_logstash_backend, but I get the error message

-----> Generating release
using mix to generate release
Building release with MIX_ENV=prod.

You have dependencies (direct/transitive) which are not in :applications!
The following apps should be added to :applications in mix.exs:

        logger_logstash_backend => logger_logstash_backend is missing from cms

To fix it, I had to add

def application do
  [applications: [:logger, :logger_logstash_backend, :exjsx]]
end

along with the dep

def deps do
  [{:logger_logstash_backend, "~> 2.1.1"}]
end

It doesn't seem like tzdata (#5) is needed anymore?

I can do a PR to fix this if you want

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions