For some ZEVO-related messages sent by kernel, the level seems inappropriate.
Example
A level other than 4 for a message that contains the word WARNING for an event that may have a critical effect on the ability of the user to subsequently shut down the computer:
(For an event of that type, might level 2 be more appropriate?)
Enhancement request
Primarily: more appropriate use of message levels.
Secondarily: the wording of messages should be not contrary to its level.
Reference material
- Code: Select all
Emergency (level 0)
Alert (level 1)
Critical (level 2)
Error (level 3)
Warning (level 4)
Notice (level 5)
Info (level 6)
Debug (level 7)
The string ``Panic'' is an alias for ``Emergency''.
syslog(1) Mac OS X Manual Page
syslogd(8) Mac OS X Manual Page