Merge pull request #1151 from BigRoy/enhancement/extract_otio_review_adding_representation_log_debug

Extract OTIO Review: "Adding representations" log to debug level
This commit is contained in:
Roy Nieterau 2025-02-17 20:00:45 +01:00 committed by GitHub
commit 1444fe7e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ class ExtractOTIOReview(
)
instance.data["representations"].append(representation)
self.log.info("Adding representation: {}".format(representation))
self.log.debug("Adding representation: {}".format(representation))
def _create_representation(self, start, duration):
"""