log_error_verbosity set to 3 in mysqld.cnf file

Description

Problem: We set log_error_verbosity=3 in our packages in mysqld.cnf file.

Solution: We should remove configuration for this variable this from mysqld.cnf

Rationale:

As  was implemented, it is not needed because may cause server part to be too verbose. We should remove this parameter from cnf file keeping default value of log_error_verbosity which is 2 for .0.

With such settings we will have

variables

Core server logs visible

WSREP logs visible

(default for 8.0)
log_error_verbosity = 2
wsrep_min_log_verbosity = 3

system
error
warning

system
error
warning
info

Environment

None

blocks

Smart Checklist

Activity

Alex Miroshnychenko April 6, 2020 at 12:59 PM

Hi,

"log_error_verbosity=3" option has been removed from mysqld.cnf config file in favour of default value of 2.

Peter Schwaller April 1, 2020 at 5:48 PM

This was based on your observation about what you saw as the "default" (since we put it in our my.cnf).

Done

Details

Assignee

Reporter

Time tracking

3h 20m logged

Components

Fix versions

Priority

Smart Checklist

Created April 1, 2020 at 4:06 PM
Updated March 6, 2024 at 9:39 PM
Resolved April 29, 2020 at 1:15 PM