theatlantic / thumbor-video-engine

An engine and tools for manipulating videos with thumbor using ffmpeg
https://thumbor-video-engine.readthedocs.io/
Other
34 stars 11 forks source link

Remove expected warning message for format #13

Closed sunny closed 1 year ago

sunny commented 1 year ago

Currently setting the format produces a warning.

image

I think the warning level would be better suited for bringing up issues (a wrong format). And the higher debug level can be used for mentioning the requested format.

fdintino commented 1 year ago

Thanks! I kept the expected log message for "Setting format...", but changed its level to debug.

sunny commented 1 year ago

Thank you for maintaining this Thumbor engine!