cmathews393 / spotify-to-plex

A python script/app to sync Spotify Playlists into Plex (optionally via Lidarr)
GNU General Public License v3.0
41 stars 3 forks source link

Logging implementation #9

Closed cmathews393 closed 3 months ago

cmathews393 commented 12 months ago

Is your feature request related to a problem? Please describe. Log output to stderr/stdout is fine for development purposes, but print statements and error output becomes cluttered and confusing, as well as hides important/valuable info about progress.

Describe the solution you'd like Output standard messages to console (i.e. "Working on playlist1") but output more complicated messages (i.e. "Song not found in Plex" etc). to a log file