ciscocsirt / netsarlacc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current prints to stdout needs to be cleaned up

bmenrigh opened this issue · comments

Right now there are multiple prints that go to stdout which are fine for testing but won't work for production. We should cleanup the output. If we still need output for debugging purposes we should support a debug (or verbose) flag and send the output to stderr instead.

Agreed. The plan was to remove them after we completed all the initial features.

Now all logging goes to stderr and to syslog or when in daemon mode just to syslog. Merged as of commit 6e1bbbe