Skip to content

Commit

Permalink
change to info level
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobValdemar committed Aug 14, 2020
1 parent 23e4822 commit f53f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue_release_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (handler *PRCreateHandler) Handle(ctx context.Context, eventType, deliveryI
return errors.Wrapf(err, "commenting on pull request, with DeliveryID '%v'", deliveryID)
}

logger.Debug().Msg("Comment created")
logger.Info().Msg("Comment created")

return nil
}

0 comments on commit f53f0a7

Please sign in to comment.