All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Merged #19 from @ivanovv and @lasseebert, adding
metadata_filter
option.
- Merged #16 from @mkrogemann, squashing
warning: outdented heredoc line
in Elixir 1.6
- Issue #15, map elixir level :warn to correct syslog level
- Issue #14, crashes when receiving unhandled messages in handle_info. Now ignoring unhandled
info
,events
,code_change
andterminate
to actually behave as a:gen_event
.
- Using behavior
:gen_event
sinceGenEvent
is deprecated - Squash warnings from deprecated String-functions
- Requires Elixir ~> 1.3
- An issue with configuration, issue #9
- Sender will now hold a port open in GenServer instead of opening and closing per request.
- More informative messages if trying to configure with faulty config.
- Merged #7 squashing warnings from Elixir 1.4.
- Some module documentation
- Fixed issue #4, if DNS resolution fails (ip is resolved every 60s), it uses last successfully resolved ip.
- Change Log
- Possibility to use
:url
to config log target. Format:papertrail://<host>:<port>/<system_name>
instead of:host
and:system_name
- Always trims away leading
Elixir.
in module name (tag in Papertrail semantic) - Since Papertrail tags has a limitation of 32 chars,
LoggerPapertrailBackend
will trim away module names from the start of the name, ieThis.Is.Ridiculously.Long.Module.Name
becomesIs.Ridiculously.Long.Module.Name
in the logs.
First stable releases.