Skip to content

Commit

Permalink
Set mode of standard output stream buffering to line buffered
Browse files Browse the repository at this point in the history
  • Loading branch information
martini-source authored and mhutter committed Sep 20, 2024
1 parent 92d2319 commit 2506b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/coreruleset/modsecurity-crs:4.5.0-apache-alpine-202407300107

ENV ACCESSLOG=/dev/stdout \
ERRORLOG='"|/usr/bin/stdbuf -i0 -o0 /opt/transform-alert-message.awk"' \
ERRORLOG='"|/usr/bin/stdbuf -i0 -oL /opt/transform-alert-message.awk"' \
PERFLOG=/dev/stdout \
LOGLEVEL=notice \
TIMEOUT=5 \
Expand Down

0 comments on commit 2506b33

Please sign in to comment.