-
Notifications
You must be signed in to change notification settings - Fork 18
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
Log to Syslog #87
Comments
Hi I have this configuration in docker-compose.yml to send logs to a external syslog server and work with any problems logging: |
Hi, sorry I should have been more precise, I am using the debian package with systemd. |
Maybe yo can try this https://www.loggly.com/ultimate-guide/centralizing-with-syslog/ |
It does not work because under systemd you can not use stdout in coraza-spoa as well. |
@svenauhagen the "security" configs in https://github.com/corazawaf/coraza-spoa/blob/main/contrib/coraza-spoa.service are a bit crazy. I could only guess which line it is, but just remove all the private/protected/.... stuff until writing to stdout works. My guess is |
Looking at the chrony.service file in debian is probably a good start for a sane implamentation of that systemd service. |
fixed by PR105 |
Hi,
I am trying to log to syslog but there seems to be no way to do that.
RSyslog is running directly on my server so it only needs to reference the unix socket that is open to the syslog server.
Any hints on how this can be done?
Best and thanks
Sven
The text was updated successfully, but these errors were encountered: