From 0b774e7106d0e3a1acf4166fc1d476cb898a32ea Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Wed, 7 May 2025 16:01:16 +0200 Subject: [PATCH] openscanhub: decrease verbosity of httpd logs The service is stable, so avoid generating logs on the console. Signed-off-by: Siteshwar Vashisht --- roles/openshift-apps/openscanhub/templates/osh-hub-httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/openscanhub/templates/osh-hub-httpd.conf b/roles/openshift-apps/openscanhub/templates/osh-hub-httpd.conf index 1d1e73cc22..7caad1d7bc 100644 --- a/roles/openshift-apps/openscanhub/templates/osh-hub-httpd.conf +++ b/roles/openshift-apps/openscanhub/templates/osh-hub-httpd.conf @@ -4,7 +4,7 @@ WSGISocketPrefix /var/run/wsgi # LoadModule dumpio_module modules/mod_dumpio.so # DumpIOInput On # DumpIOOutput On -LogLevel debug +LogLevel info # ErrorLog "/opt/app-root/error_log" # # # SecRequestBodyLimit 204800 # Set the desired limit in bytes