Bug #50080 syslog priority cannot be configured
Submitted: 5 Jan 2010 9:38
Reporter: Oli Sennhauser Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: FULLTEXT search Severity:S4 (Feature request)
Version:>= 5.1.20 OS:Any
Assigned to: CPU Architecture:Any
Tags: configure, mysqld_safe, priority, syslog

[5 Jan 2010 9:38] Oli Sennhauser
Description:
Mysqld_safe can be told to log to the syslog facility with --syslog.

In syslog we have the concept of priorities which relate to different channels (see man logger).

Unfortunately we cannot configure these channels in the configuration file my.cnf.

How to repeat:
n.a.

Suggested fix:
Add parameters like --syslog-facility and --syslog-level or/and --syslog-priority="syslog-facility.syslog-level" to mysqld_safe.