# HG changeset patch # User IBBoard # Date 1412797521 0 # Node ID 3523e4c2604c9c7bc2bde7031f382a194ecc74dc # Parent b7c30595c97aba92d17398bdf0b98763a50c43a8 Disable slow query logging - it got quite large and needs looking at! diff -r b7c30595c97a -r 3523e4c2604c modules/website/manifests/mysql.pp --- a/modules/website/manifests/mysql.pp Sun Sep 28 08:03:46 2014 +0000 +++ b/modules/website/manifests/mysql.pp Wed Oct 08 19:45:21 2014 +0000 @@ -22,8 +22,6 @@ 'tmp_table_size' => '64M', 'max_heap_table_size' => '64M', 'table_open_cache' => '500', - 'slow_query_log' => '1', - 'slow_query_log_file' => '/var/log/mysql/slow-query.log', 'log-queries-not-using-indexes' => '1', } },