Skip to content

Commit

Permalink
dropping log level (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Apr 27, 2023
1 parent beb9630 commit f1fefe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async def update_scheduler_data_label(scheduler_data: SchedulerData) -> None:
)
except GenericDockerError as e:
if e.original_exception.status == status.HTTP_404_NOT_FOUND:
log.warning(
log.info(
"Skipped labels update for service '%s' which could not be found.",
scheduler_data.service_name,
)
Expand Down

0 comments on commit f1fefe2

Please sign in to comment.