-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress loggning of "clients connected" possible ? #6
Comments
Hi, this repository is only a wrapper around contrib/modsecurity from haproxy. It seems to me that this can only be changed patching the source code. I do agree that it's a bit noisy. |
#16 will suppress this "clients connected" in logs |
I tried to implement your patches (got your Dockerfile, patch, start.sh, then build -t the image then run it). When running my built image:
When running the original image:
Any idea what could be wrong? |
|
When running the docker image the logs are quite big with "x clients connected" logging all the time.
It is not that easy to get the "real" errors.
Is there a way to set the log mode to "info/warning/error" ?
I only found the "-d" switch for activating debug.
Thx in advance
/Frank
The text was updated successfully, but these errors were encountered: