Skip to content

Commit 0695748

Browse files
committed
fix RAWDATA default value
Signed-off-by: hwassman <[email protected]>
1 parent f11f409 commit 0695748

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
@@ -83,7 +83,7 @@ ENV LOGPATH=$DEFAULTLOGPATH
8383
ARG DEFAULTLOGLEVEL=15
8484
ENV LOGLEVEL=$DEFAULTLOGLEVEL
8585

86-
ARG RAWDATA=None
86+
ARG RAWDATA=True
8787
ENV RAWCOUNTERS=$RAWDATA
8888

8989
RUN echo "the HTTP/S protocol is set to $PROTOCOL" && \

0 commit comments

Comments
 (0)