Open mamedin opened 4 months ago
The first option is suppressing some messages with:
The log_error_suppression_list value may be the empty string for no suppression, or a list of one or more comma-separated values indicating the error codes to suppress.
[mysqld]
log_error_suppression_list='MY-013360'
The second option is changing the log error verbosity, right now we are printing warnings and error (log_error_verbosity=2). See: https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_log_error_verbosity
In new versions, the error log grows a lot because the warnings, for instance: