Problem/Motivation
Routine content management events, such as creating a node, are logged with the "notice" log level, which is for "normal but significant events." On active sites, these events are not really significant per se, so the lower severity "info" log level, for "interesting events," would be a better fit.
Steps to reproduce
Install node module, create a node, find a notice entry in your database log or syslog.
Proposed resolution
Demote from notice to info:
- Delete node revision
- Revert node revision
- Delete node
- Create node
- Update node
Keep as a notice:
- Create node type
Remaining tasks
None
User interface changes
None
API changes
None
Data model changes
None