openscanhub: decrease verbosity of httpd logs
The service is stable, so avoid generating logs on the console. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
5561372a5f
commit
0b774e7106
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WSGISocketPrefix /var/run/wsgi
|
||||||
# LoadModule dumpio_module modules/mod_dumpio.so
|
# LoadModule dumpio_module modules/mod_dumpio.so
|
||||||
# DumpIOInput On
|
# DumpIOInput On
|
||||||
# DumpIOOutput On
|
# DumpIOOutput On
|
||||||
LogLevel debug
|
LogLevel info
|
||||||
# ErrorLog "/opt/app-root/error_log"
|
# ErrorLog "/opt/app-root/error_log"
|
||||||
# <IfModule mod_security2.c>
|
# <IfModule mod_security2.c>
|
||||||
# # SecRequestBodyLimit 204800 # Set the desired limit in bytes
|
# # SecRequestBodyLimit 204800 # Set the desired limit in bytes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue