# 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/systemctl kill --signal=USR1 --kill-whom=main mysqld.service 2>/dev/null || true
#    endscript
#}
