Skip to content

Commit

Permalink
up log level to info (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Jun 19, 2024
1 parent 4382f51 commit a2522d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def notify(self, comparison):
or res.explanation == "pull_request_not_in_provider"
or res.explanation == "pull_request_closed"
):
log.debug(
log.info(
"Couldn't use checks notifier, falling back to status notifiers",
extra=dict(
notifier=self._checks_notifier.name,
Expand Down

0 comments on commit a2522d2

Please sign in to comment.