Done
Details
Assignee
Alex MiroshnychenkoAlex MiroshnychenkoReporter
Kamil HolubickiKamil HolubickiTime tracking
3h 20m loggedComponents
Fix versions
Priority
Medium
Details
Details
Assignee
Alex Miroshnychenko
Alex MiroshnychenkoReporter
Kamil Holubicki
Kamil HolubickiTime tracking
3h 20m logged
Components
Fix versions
Priority
Smart Checklist
Smart Checklist
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
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