Set loglevel to error

This commit is contained in:
Bob Mottram 2014-02-09 22:15:11 +00:00
parent ae920b2d75
commit 22088e1e33
1 changed files with 4 additions and 4 deletions

View File

@ -981,7 +981,7 @@ The Apache configuration for the site should look something like the following.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
LogLevel error
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
@ -1031,7 +1031,7 @@ The Apache configuration for the site should look something like the following.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
LogLevel error
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
@ -2821,7 +2821,7 @@ The settings should look something like the following. Replace /mywikidomainnam
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
LogLevel error
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
@ -2861,7 +2861,7 @@ The settings should look something like the following. Replace /mywikidomainnam
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
LogLevel error
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined