- make it consistent with the console and logger_file_backend. #26
- Breaking change: Replace Poison with Jason
- Rename main branch from master to main
- Setup GitHub Action workflow
- syslog dependency was not able to compile with new rebar
- Accept :all as metadate in Logger config
- Removed poison from applications list
- Support :all for config metadata
- Update formatter to support ref, pid and mfa
- Support of Elixir 1.5
- Throw error if Json format is used but poison is not added as dependency
- Replace GenEvent with
:gen_event
since it's deprecated in Elixir 1.5 - Update
erlang-syslog
to 1.0.5
- Drop support for Elixir <= 1.2
- Add travis test
- Fix example project
- wider the range of poison that works with this repo