# The log file name and location can be set in
# /etc/my.cnf by setting the "log-error" option
# in [mysqld]  section as follows:
#
# [mysqld]
# log-error=/var/log/mysql/mysqld.log
#

#/var/log/mysql/mysqld.log {
#        create 640 mysql mysql
#        notifempty
#        daily
#        rotate 5
#        missingok
#        compress
#    postrotate
#       # SIGUSR1 makes the daemon to flush the logs, no need to connect through mysqladmin
#       /usr/bin/kill -USR1 $(systemctl show --property MainPID --value mysqld)
#    endscript
#}
