mysql logs should output to /var/log/mysql

All mysql logs should be in /var/log/mysql so they are properly
captured by shotgun for diagnostic reports.

Change-Id: Id3812a25a235bc64db530d693112c51eaca0579f
Closes-Bug: #1550984
This commit is contained in:
Alex Schultz 2016-05-05 08:29:43 -06:00
parent d455cad918
commit 5446d2e0aa
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if ($programname == 'mysql' \
or $programname == 'mysqld_safe' \
or $programname == 'mysql_slow' \
or $programname == 'mysql-wss') \
then -/var/log/mysqld.log
then -/var/log/mysql/mysqld.log
### stop further processing for the matched entries
& ~