Logflare / logflare_logger_backend

Logger backend to send Elixir logs to Logflare.
MIT License
88 stars 17 forks source link

IO.warn configurable #99

Open pavels opened 1 year ago

pavels commented 1 year ago

Would it be possible to make IO.warn output configurable? As i understand, it is used instead of Logger.warn for cases when LogflareLogger is the only logger, but it also spams console on network errors.

It would be really nice if these would be either possible to switch off, or made such as they use Logger.warn insteas of IO.warn