mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 10:18:11 +02:00
Use debug/warning instead of info log level in components [t] (#126147)
This commit is contained in:
committed by
GitHub
parent
adf25b427b
commit
39e720caed
@ -330,7 +330,7 @@ class TensorFlowImageProcessor(ImageProcessingEntity):
|
||||
)
|
||||
|
||||
for path in paths:
|
||||
_LOGGER.info("Saving results image to %s", path)
|
||||
_LOGGER.debug("Saving results image to %s", path)
|
||||
os.makedirs(os.path.dirname(path), exist_ok=True)
|
||||
img.save(path)
|
||||
|
||||
|
Reference in New Issue
Block a user