mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Tweak logging level of removal of directory in tempdir to debug since artist doesn't care about seeing that in artist facing report
This commit is contained in:
parent
2ba42fe376
commit
ca8305a0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class CleanUp(pyblish.api.InstancePlugin):
|
|||
)
|
||||
return
|
||||
|
||||
self.log.info("Removing staging directory {}".format(staging_dir))
|
||||
self.log.debug("Removing staging directory {}".format(staging_dir))
|
||||
shutil.rmtree(staging_dir)
|
||||
|
||||
def clean_renders(self, instance, skip_cleanup_filepaths):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue