¿ªÔÆÌåÓý

Re: How to turn off DW status reports?


 

Not sure I understand what you are asking however if you want all the "Past 100 seconds, 4410000
audio samples, 0 errors" lines removed, assuming you've started direwolf piping it's output to
"direwolf.log", open another terminal and type:

tail -f direwolf.log | grep -v 'Past 100 seconds'

This will display everything except the message mentioned. As ALL output is written to the log file,
you can go back later to look for anything specific.
My command line for starting direwolf is a little more complicated than this as I add a timestamp to
all the lines before they are written to the log file. Happy to provide this as well if required.

Ian

On 07/12/14 08:21, syberraith@... [direwolf_packet] wrote:


Can you make that work on an ongoing basis with only one call to grep?

Join [email protected] to automatically receive all group messages.