[omd-commits] OMD Git: omd: mysql: fix location of slow-log (basedir is ROOT/var/mysql)
git version control
git at mathias-kettner.de
Fri Mar 20 15:52:01 CET 2015
Module: omd
Branch: master
Commit: 4b08d23c3cbd51add5087820392c237ea06d26a0
URL: http://omdistro.org/projects/omd/repository/revisions/4b08d23c3cbd51add5087820392c237ea06d26a0
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Fri Mar 20 15:51:56 2015 +0100
Commiter: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Fri Mar 20 15:51:56 2015 +0100
mysql: fix location of slow-log (basedir is ROOT/var/mysql)
---
packages/mysql-omd/skel/.my.cnf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/mysql-omd/skel/.my.cnf b/packages/mysql-omd/skel/.my.cnf
index acdc8cd..12c1698 100644
--- a/packages/mysql-omd/skel/.my.cnf
+++ b/packages/mysql-omd/skel/.my.cnf
@@ -76,7 +76,7 @@ query_cache_size = 16M
# Error logging goes to syslog. This is a Debian improvement :)
#
# Here you can see queries with especially long duration
-#log_slow_queries = var/log/mysql/mysql-slow.log
+#log_slow_queries = ###ROOT###/var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
More information about the omd-commits
mailing list