Skip to content

Add vod_log_level error in nginx settings. #111

@kinbov

Description

@kinbov

Any image request on modern versions of FFmpeg results in an entry in error.log, even if error_log is set in Nginx:

 /var/log/nginx/error.log error;

I'd like to be able to customize this output in Nginx, for example:

 vod_log_level error; # or warn, info, debug

It really clutters up the error log with things that shouldn't be there:

[swscaler @ 0x345f540] deprecated pixel format used, make sure you did set range correctly
[swscaler @ 0x26dd840] deprecated pixel format used, make sure you did set range correctly
[swscaler @ 0x26fe380] deprecated pixel format used, make sure you did set range correctly
[swscaler @ 0x25bbd00] deprecated pixel format used, make sure you did set range correctly
[swscaler @ 0x2aed080] deprecated pixel format used, make sure you did set range correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions