Skip to content

Releases: nerves-project/nerves_logging

v0.2.2

06 Nov 01:22
Compare
Choose a tag to compare
  • Changes
    • Label log messages coming from syslog and the kernel ringbuffer as $syslog
      and $kmsg. These are in the "application" field. This helps when log
      messages by application since these used to be nil.

v0.2.1

30 Jun 15:55
Compare
Choose a tag to compare
  • Changes
    • Fix Elixir 1.15 Logger warning

v0.2.0

05 Jul 18:50
Compare
Choose a tag to compare
  • Changes
    • No longer automatically start log tailers. Users must add
      NervesLogging.KmsgTailer and NervesLogging.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
      by Nerves.Runtime.

v0.1.0

26 Apr 11:22
Compare
Choose a tag to compare

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.