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

add debug option

parent 32bc3df2
No related branches found
No related tags found
No related merge requests found
Pipeline #35598 passed
...@@ -30,4 +30,4 @@ COPY --from=gobuilder /usr/sbin/hsflowd_containerd /usr/sbin/hsflowd_containerd ...@@ -30,4 +30,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 -D /var/log/hsflowd.log CMD /usr/sbin/hsflowd -m `uuidgen` -d -D /var/log/hsflowd.log -F /etc/hsflowd.debug
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