Mercurial > repos > other > Puppet
changeset 7:3523e4c2604c
Disable slow query logging - it got quite large and needs looking at!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 08 Oct 2014 19:45:21 +0000 |
parents | b7c30595c97a |
children | 16e9e26337be |
files | modules/website/manifests/mysql.pp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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', } },