Skip to content

Commit

Permalink
Make data parsed from cache log as debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jun 19, 2024
1 parent 0c8dfe2 commit 12b60dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (i *InstaData) GetData(postID string) error {
if err != nil {
return err
}
log.Info().Str("postID", postID).Msg("Data parsed from cache")
log.Debug().Str("postID", postID).Msg("Data parsed from cache")
return nil
}

Expand Down

0 comments on commit 12b60dd

Please sign in to comment.