nuxencs / seasonpackarr

A companion app for autobrr that automagically hardlinks downloaded episodes to a season folder when a season pack is announced, eliminating the need for re-downloading existing episodes.
GNU General Public License v2.0
42 stars 3 forks source link

chore(processor): improve logging with more context #95

Closed nuxencs closed 3 months ago

nuxencs commented 4 months ago

This adds more context around the processor logic to make debugging easier.

nuxencs commented 4 months ago

Hmmm if you think the old approach makes more sense I will leave it like it was.

What do you think about passing the name of the release, and maybe the client name, through the key value pair of With().Str()?

zze0s commented 3 months ago

Hmmm if you think the old approach makes more sense I will leave it like it was.

What do you think about passing the name of the release, and maybe the client name, through the key value pair of With().Str()?

Yeah extra context info is great, makes it easier to debug 👍