소스 검색

Switch log statement to info in lastfm

Colin Powell 2 년 전
부모
커밋
9568726bf3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,