Closed jozuas closed 3 months ago
The default logger outputs all events at the same level. Many error handlers (e.g. Sentry, HoneyBadger, AppSignal) will automatically report for any message at the error
level, and they'll also use telemetry info to report Oban errors.
The logger is built on telemetry data, so you can build a custom logger with various levels if desired.
Environment
elixir --version
): Erlang/OTP 26, Elixir 1.15.7.Current Behavior
Produces the log at info level
Expected Behavior
Produces the log at error level