From: Bill Erickson Date: Thu, 6 Mar 2014 20:05:12 +0000 (-0500) Subject: LP#1268619: websockets: apache conf -> info logging X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9f2d35e6f6b6ec5a3db109adb518cf270d49c683;p=working%2FOpenSRF.git LP#1268619: websockets: apache conf -> info logging Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- diff --git a/examples/apache2/websockets.conf b/examples/apache2/websockets.conf index ae598a1..6b8433a 100644 --- a/examples/apache2/websockets.conf +++ b/examples/apache2/websockets.conf @@ -4,7 +4,7 @@ # apache2-websockets instance. For example, in Debian # this file lives in /etc/apache2-websockets/sites-available/ -LogLevel debug +LogLevel info # - log locally CustomLog /var/log/apache2-websockets/access.log combined ErrorLog /var/log/apache2-websockets/error.log