manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

More detailed logging #86

Open yringot opened 6 years ago

yringot commented 6 years ago

Hi.

I run greg via crontab and was wondering whether it's possible to have greg's error log to be more detailed. My current logfile looks like this:

I cannot parse the time information of this feed.I'll use your current local time instead. I cannot parse the time information of this feed.I'll use your current local time instead.

It would be great if it included the date, time and name of the feed for each time the error occurred so that it's easier to figure out which feed is the problematic one. Maybe something like this:

2018-02-24, 21:02; feed: thisamericanlife I cannot parse the time information of this feed.I'll use your current local time instead.

etc. Would that be possible?