mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
feat: backfill duration from musicbrainz (#135)
* feat: backfill durations from musicbrainz * chore: make request body dump info level
This commit is contained in:
parent
288d04d714
commit
df59605418
7 changed files with 208 additions and 16 deletions
|
|
@ -103,7 +103,7 @@ func LbzSubmitListenHandler(store db.DB, mbzc mbz.MusicBrainzCaller) func(w http
|
|||
return
|
||||
}
|
||||
|
||||
l.Debug().Any("request_body", req).Msg("LbzSubmitListenHandler: Parsed request body")
|
||||
l.Info().Any("request_body", req).Msg("LbzSubmitListenHandler: Parsed request body")
|
||||
|
||||
if len(req.Payload) < 1 {
|
||||
l.Debug().Msg("LbzSubmitListenHandler: Payload is empty")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue