Skip to content
Snippets Groups Projects
Commit c4dae2e9 authored by Neil McKee's avatar Neil McKee
Browse files

Update Dockerfile to set debug logFile to /var/log/hsflowd.log (signal process...

Update Dockerfile to set debug logFile to /var/log/hsflowd.log (signal process with SIGUSR2 to increase debug level)
parent 083cb516
No related branches found
No related tags found
No related merge requests found
Pipeline #29935 passed
...@@ -29,4 +29,4 @@ COPY --from=gobuilder /usr/sbin/hsflowd_containerd /usr/sbin/hsflowd_containerd ...@@ -29,4 +29,4 @@ COPY --from=gobuilder /usr/sbin/hsflowd_containerd /usr/sbin/hsflowd_containerd
COPY --from=builder /usr/sbin/hsflowd /usr/sbin/hsflowd COPY --from=builder /usr/sbin/hsflowd /usr/sbin/hsflowd
COPY --from=builder /etc/hsflowd.conf /etc/hsflowd.conf COPY --from=builder /etc/hsflowd.conf /etc/hsflowd.conf
COPY --from=builder /etc/hsflowd/modules/* /etc/hsflowd/modules/ COPY --from=builder /etc/hsflowd/modules/* /etc/hsflowd/modules/
CMD /usr/sbin/hsflowd -m `uuidgen` -d CMD /usr/sbin/hsflowd -m `uuidgen` -d -D /var/log/hsflowd.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment