Commit 28f4118e authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

apache-frontend: move apache loglevel from warning to info

parent 08cbe51d
......@@ -416,7 +416,7 @@ the proxy::
SSLCertificateChainFile %(ssl_ca_crt)s
# Configure personal logs
ErrorLog "%(error_log)s"
LogLevel warn
LogLevel info
LogFormat "%%h %%l %%{REMOTE_USER}i %%t \"%%r\" %%>s %%b \"%%{Referer}i\" \"%%{User-Agent}i\" %%D" combined
CustomLog "%(access_log)s" combined
# Rewrite part
......@@ -442,7 +442,7 @@ the proxy::
RewriteEngine On
# Configure personal logs
ErrorLog "%(error_log)s"
LogLevel warn
LogLevel info
LogFormat "%%h %%l %%{REMOTE_USER}i %%t \"%%r\" %%>s %%b \"%%{Referer}i\" \"%%{User-Agent}i\" %%D" combined
CustomLog "%(access_log)s" combined
# Remove "Secure" from cookies, as backend may be https
......
......@@ -26,7 +26,7 @@ ServerTokens Prod
# Log configuration
ErrorLog "{{ error_log }}"
LogLevel warn
LogLevel info
# 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
......
......@@ -22,7 +22,7 @@ ServerTokens Prod
# Log configuration
ErrorLog "{{ error_log }}"
LogLevel warn
LogLevel info
# 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
......
......@@ -24,7 +24,7 @@
# One Slave two logs
ErrorLog "{{ error_log }}"
LogLevel warn
LogLevel info
LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
CustomLog "{{ access_log }}" combined
......@@ -57,7 +57,7 @@
# One Slave two logs
ErrorLog "{{ error_log }}"
LogLevel warn
LogLevel info
LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined
CustomLog "{{ access_log }}" combined
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment