mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Do not show debug log about ffmpeg probe in artist-facing report
This commit is contained in:
parent
a492addc54
commit
3a02964af5
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ def get_ffprobe_data(path_to_file, logger=None):
|
|||
"""
|
||||
if not logger:
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.info(
|
||||
logger.debug(
|
||||
"Getting information about input \"{}\".".format(path_to_file)
|
||||
)
|
||||
ffprobe_args = get_ffmpeg_tool_args("ffprobe")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue