mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Log message as debug
This commit is contained in:
parent
7f78a95559
commit
93e3e31029
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class ExtractMayaUsd(publish.Extractor):
|
|||
# Parse export options
|
||||
options = self.default_options
|
||||
options = self.parse_overrides(instance, options)
|
||||
self.log.info("Export options: {0}".format(options))
|
||||
self.log.debug("Export options: {0}".format(options))
|
||||
|
||||
# Perform extraction
|
||||
self.log.debug("Performing extraction ...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue