]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- use log suffixes for all kind of logs. stderr log is mysqld.log
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Oct 2008 11:39:25 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.logrotate -> 1.27

mysql.logrotate

index 97b5f841f03b449d196d33d60f9e37ffe2cf9f8f..6a4f7c0852818bab21a2c1311ddcd8f7e6bcd72f 100644 (file)
@@ -11,9 +11,9 @@
 #
 # You must do this for every active cluster defined in /etc/mysql/clusters.conf
 
-/var/log/mysql/log
-/var/log/mysql/mysql.err
-/var/log/mysql/slow
+/var/log/mysql/query.log
+/var/log/mysql/mysqld.log
+/var/log/mysql/slow.log
 /var/log/mysql/update*
 {
        olddir /var/log/archive/mysql
This page took 0.041901 seconds and 4 git commands to generate.