Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.4.4
-
None
Description
My mariadb error log is reaching GB due to many notes I don't want it to log, I have tried all levels of log_warning especially 2 which should only show errors and none of the levels are respected.
These notes are making my log reach GB and I need to delete it every day!
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | log_error.png [ 74705 ] |
Component/s | Storage Engine - InnoDB [ 10129 ] | |
Fix Version/s | 11.4 [ 29301 ] | |
Assignee | Marko Mäkelä [ marko ] |
Attachment | screenshot-1.png [ 74707 ] |
Attachment | log_error.png [ 74705 ] |
Attachment | log_error.png [ 74708 ] |
Summary | MariaDB is not respecting log_warning | MariaDB is not respecting log_warning (Windows) |
log_warnings=2 is the default value which does include some additional warnings. If there is a need to reduce the volume, the best shot would be log_warnings=0, but I don't see any indication that it would help with these particular ones.
Assigning to marko for further consideration: if these messages can indeed be so frequent and are innocent (hence "notes"), surely they should be moved a level or two up.