epruesse/SINA

Disable progress bars

nr0cinu opened this issue · 5 comments

Hi!

Is it possible to disable the progress bars? This would be convenient, as their output fills up our log files with unnecessary information. If I use --quiet, there are still progress bars (e.g., for "Building Index").

Keep up the great work! :)

Thanks!

Best,
Bela

Found the problem

quick fix:

  • add --log-file sina.log to create a log file without the spam
  • add &> /dev/null to silence sina terminal output completely

Hi Elmar!

Excellent, thank you! I’ll try it out!

Best,
Bela

Ok, #86 fixes your problem, plus another one or two.