New
v1.4.1
- Bug fixes
- Support logging output to all Elixir logger levels. Previously the "new" set that includes emergency, critical, warning, etc. would fail the option check
- Default the
log_transformoption to replace invalid UTF8 characters so they don't crash the Logger. This fixes an annoyance where a program would do this and there'd be log crash spam. It's still overridable, so users using custom loggers that already handle this can passFunction.identity/1to disable. (@jjcarstens)