corazawaf / coraza-spoa

EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters
Apache License 2.0
74 stars 16 forks source link

File logging: stdout and stderr #105

Closed svenauhagen closed 3 months ago

svenauhagen commented 3 months ago

Use the OS stdout and stderr for /dev/stdout and /dev/stderr. I case of systemd stdout and stderr might be redirected to a unix socket and the file open fails. Using the OS stdout and stderr avoids that problem.

Signed-Off-By: Sven Auhagen sven.auhagen@voleatech.de

jcchavezs commented 3 months ago

Thanks a lot!