Open peterg19 opened 8 years ago
you're right, quite mode can be useful. I'm already using debug to control debug output, I maybe should add a special debug namespace for those outputs.
if you are using linux you can workaround this for now by redirecting the output to null device
Thanks this will help.
There are a few places where Eureca logs to stdout. For some applications a -quiet option would be helpful for eliminating non-error messages. Having a logging level would be even better.
Thanks.