Ver Fonte

Switch log statement to info in lastfm

Colin Powell há 2 anos atrás
pai
commit
9568726bf3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      vrobbler/apps/scrobbles/lastfm.py

+ 1 - 1
vrobbler/apps/scrobbles/lastfm.py

@@ -139,7 +139,7 @@ class LastFM:
             ).replace(tzinfo=pytz.utc)
             artist = scrobble.track.get_artist().name
 
-            logger.debug(f"{artist},{scrobble.track.title},{timestamp}")
+            logger.info(f"{artist},{scrobble.track.title},{timestamp}")
             scrobbles.append(
                 {
                     "artist": artist,