Skip to content

v0.1.0

Choose a tag to compare

@fhunleth fhunleth released this 26 Apr 11:22
· 114 commits to main since this release

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.