Skip to content

Commit

Permalink
Change log level for AnnotationNotFound on PVCs to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnfiras committed Jun 7, 2022
1 parent 5185ecb commit 81d2566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s_snapshots/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async def rule_from_persistent_volume_claim(
deltas = get_deltas(
volume_claim.annotations, ctx.config.get('deltas_annotation_key'))
except AnnotationNotFound as exc:
_log.exception(
_log.info(
events.Annotation.NOT_FOUND,
key_hints=['volume_claim.metadata.name'],
)
Expand Down

0 comments on commit 81d2566

Please sign in to comment.