Skip to content

v1.8.0

Compare
Choose a tag to compare
@fhunleth fhunleth released this 06 Oct 13:52
· 57 commits to main since this release
  • New features
    • Added --shutdown-report <path>. Whenever the Erlang VM exits, if a path
      has been specified, erlinit will write a short report that may be useful
      in debugging whatever caused the exit. In Nerves:

      config :nerves,
        erlinit: [shutdown_report: "/data/shutdown.txt"]