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

Add ability to dynamically compute log levels #109

Closed aselder closed 5 months ago

aselder commented 1 year ago

Similar to the behavior in Phoenix.Logger, allow dynamical computation of log levels. This allows users to do things like suppress logs for health checks.

AndrewDryga commented 5 months ago

This feature is backported to master (where the library is fully rewritten) and will be released with 6.0. Sorry for waiting for so long.