Set loglevel to error
This commit is contained in:
parent
ae920b2d75
commit
22088e1e33
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue