Releases: nerves-project/nerves_logging
Releases · nerves-project/nerves_logging
v0.2.2
v0.2.1
v0.2.0
- Changes
- No longer automatically start log tailers. Users must add
NervesLogging.KmsgTailer
andNervesLogging.SyslogTailer
to their
supervision trees. This simplifies the logic for whether to start the
loggers or not. Very few users will need to do anything. It will be handled
byNerves.Runtime
.
- No longer automatically start log tailers. Users must add
v0.1.0
Extract system logging from nerves_runtime
.
- Updates
- Require Elixir 1.11 and remove all syslog-to-Elixir log level conversion code
since Elixir accepts all of the syslog levels now. - Remove the
:severity
field from log messages since it's redundant now.
It's unknown if this field was actually used.
- Require Elixir 1.11 and remove all syslog-to-Elixir log level conversion code