Turn log to info because it makes it clearer what is going on

This commit is contained in:
Roy Nieterau 2025-03-05 17:40:28 +01:00
parent cb2c1b0329
commit e388b42ad8

View file

@ -66,7 +66,7 @@ class AttachReviewables(
attach_instances.append(attach_instance)
self.log.debug(
self.log.info(
f"Attaching reviewable to other instances: {attach_instances}"
)