set BufferedLogs to on
authorPeter Palfrader <peter@palfrader.org>
Mon, 5 Jun 2017 17:11:10 +0000 (19:11 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 5 Jun 2017 17:12:58 +0000 (19:12 +0200)
klecker sees a lot of IO which might be attributable to log traffic.

Maybe setting BufferedLogs to on will help this.

modules/apache2/templates/puppet-config.erb

index 614ac4d..9a7cdaf 100644 (file)
@@ -33,3 +33,5 @@
 <IfModule mod_autoindex.c>
   IndexOptions SuppressDescription
 </IfModule>
+
+BufferedLogs On