Skip to content

Commit 2506b33

Browse files
martini-sourcemhutter
authored andcommitted
Set mode of standard output stream buffering to line buffered
1 parent 92d2319 commit 2506b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/coreruleset/modsecurity-crs:4.5.0-apache-alpine-202407300107
22

33
ENV ACCESSLOG=/dev/stdout \
4-
ERRORLOG='"|/usr/bin/stdbuf -i0 -o0 /opt/transform-alert-message.awk"' \
4+
ERRORLOG='"|/usr/bin/stdbuf -i0 -oL /opt/transform-alert-message.awk"' \
55
PERFLOG=/dev/stdout \
66
LOGLEVEL=notice \
77
TIMEOUT=5 \

0 commit comments

Comments
 (0)