feed2omb

Issue 4: Silent mode command line switch

Reported by Ciaran Gultnieks, Apr 13, 2009

Make it shut up, either completely or unless something goes wrong, 
to make it more cron-friendly.

Comment 1 by Josh Wood, Apr 14, 2009

It should probably have a -d that generates debug output, rather 
than a -s that suppresses it, so that the common use case doesn't 
need the flag. Then succeed silently, fail noisily.

I thought to just swap the output file (for stdout) under -d 
(options.debug), -t, -e, when I'd want to see output.

Quick-and-dirty patch attached. Append to feed2omb.log in the 
current directory under -u; be chatty if asked.

Comment 2 by Josh Wood, Apr 14, 2009

attempt to attach patch file

Comment 3 by Ciaran Gultnieks, Jun 9, 2009

That's great, many thanks. Integrated in commit 
d9ecadfd29c5da0a75666aabd4e25091a4123236

P.S. Note the common misconception at 
http://en.wiktionary.org/wiki/wherefore ;)
Status: Fixed

Created: 4 years 1 month ago by Ciaran Gultnieks

Updated: 3 years 11 months ago

Status: Fixed

Followed by: 1 person

Labels:
Priority:Medium
Type:Enhancement