diff --git a/software/apache-frontend/buildout.hash.cfg b/software/apache-frontend/buildout.hash.cfg
index 4f7ff8208f42454b0033b7b7e8f903a1a4e3b7c7..7df51a5ceb1c8493270bd6a3c09f7a637cfc15e6 100644
--- a/software/apache-frontend/buildout.hash.cfg
+++ b/software/apache-frontend/buildout.hash.cfg
@@ -39,7 +39,7 @@ md5sum = 665e83d660c9b779249b2179d7ce4b4e
 
 [template-apache-frontend-configuration]
 filename = templates/apache.conf.in
-md5sum = 51e0c8957e3cf30e09c7b836143c15c9
+md5sum = 771861ed82411730d95695c107c2bd4e
 
 [template-custom-slave-list]
 filename = templates/apache-custom-slave-list.cfg.in
@@ -55,7 +55,7 @@ md5sum = d98a01182f38868612948c87d5231428
 
 [template-default-slave-virtualhost]
 filename = templates/default-virtualhost.conf.in
-md5sum = 8fda2e88476ccb3652036302364f3506
+md5sum = cc7c80148d29154ae6444cbd0613c890
 
 [template-cached-slave-virtualhost]
 filename = templates/cached-virtualhost.conf.in
diff --git a/software/apache-frontend/templates/apache.conf.in b/software/apache-frontend/templates/apache.conf.in
index 36bd03e233fe1c6dae0a81fc097963b6e8178117..2959f82aed38a02ed342f48244d3e402c6bcb91c 100644
--- a/software/apache-frontend/templates/apache.conf.in
+++ b/software/apache-frontend/templates/apache.conf.in
@@ -31,7 +31,7 @@ TraceEnable off
 
 # Log configuration
 ErrorLog "{{ error_log }}"
-LogLevel info
+LogLevel notice
 # LogFormat "%h %{REMOTE_USER}i %{Host}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
 # LogFormat "%h %{REMOTE_USER}i %{Host}i %l %u %t \"%r\" %>s %b" common
 # CustomLog "{{ access_log }}" common
diff --git a/software/apache-frontend/templates/default-virtualhost.conf.in b/software/apache-frontend/templates/default-virtualhost.conf.in
index a39994b0d993d5cd415d7e6feb3e0a4650e8545a..bc4a06cedcb7a94675307c6964c687902372a7ef 100644
--- a/software/apache-frontend/templates/default-virtualhost.conf.in
+++ b/software/apache-frontend/templates/default-virtualhost.conf.in
@@ -44,7 +44,7 @@
 
   # One Slave two logs
   ErrorLog "{{ slave_parameter.get('error_log') }}"
-  LogLevel info
+  LogLevel notice
   LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
   CustomLog "{{ slave_parameter.get('access_log') }}" combined
 
@@ -116,7 +116,7 @@
 
   # One Slave two logs
   ErrorLog "{{ slave_parameter.get('error_log') }}"
-  LogLevel info
+  LogLevel notice
   LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
   CustomLog "{{ slave_parameter.get('access_log') }}" combined