Problem/Motivation
Various routine events, such as creating a term or posting a comment, 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
Proposed resolution
Demote log level from "notice" to "info" for the following events:
- Send email action
- Comment posted
- Comment deleted
- Email sent via contact form
- Email sent via user contact form
- Searched
- Term created
- Term updated
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Log level changes
Some routine events which were previously logged as notices are now logged at the lower-severity "info" level. A change record lists which events are now logged at the "info" level.