nerves_runtime v0.9.2 Nerves.Runtime.Log.KmsgTailer
Collects operating system-level messages from /proc/kmsg
,
forwarding them to Logger
with an appropriate level to match the syslog
priority parsed out of the message.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Start the kmsg monitoring GenServer
Link to this section Functions
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Start the kmsg monitoring GenServer.