mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
chore: make request body dump info level
This commit is contained in:
parent
2a73856f39
commit
b009a6acb5
1 changed files with 1 additions and 1 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