mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Turn log to info because it makes it clearer what is going on
This commit is contained in:
parent
cb2c1b0329
commit
e388b42ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class AttachReviewables(
|
||||||
|
|
||||||
attach_instances.append(attach_instance)
|
attach_instances.append(attach_instance)
|
||||||
|
|
||||||
self.log.debug(
|
self.log.info(
|
||||||
f"Attaching reviewable to other instances: {attach_instances}"
|
f"Attaching reviewable to other instances: {attach_instances}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue