Nebo15 / logger_json

JSON logger formatter with support for Google Cloud, DataDog and other for Elixir.
https://nebo15.github.io/logger_json/
MIT License
237 stars 92 forks source link

Remove instructions on extra_applications #56

Closed sparkertime closed 4 years ago

sparkertime commented 4 years ago

Elixir auto-detects the applications in your dependencies and you no longer need to explicitly specify :extra_applications in mix.exs as a result.

https://hexdocs.pm/mix/Mix.Tasks.Compile.App.html

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.5%) to 76.19% when pulling 1b7b5152ea9890f6a1976c62116026544a45ba72 on sparkertime:master into 0dde130fb747c1e531fd1b68b44b3b070b4f58a7 on Nebo15:master.

AndrewDryga commented 4 years ago

Thank you, this is a good improvement for the docs. That code left from times where we supported multiple encoders :).