jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

Log flooded with fixme:variant:get_date_format ignoring flags 402 #54

Closed anonymous-one closed 3 years ago

anonymous-one commented 3 years ago

Before I begin, thank you very much for the great project. Early times, but so far its looking like in my use case its stable. I just had it up for about 4 hours and so far what I need it to do (motion -> url alert -> save clip) all works great.

One issue I am having is:

My docker log is being filled with fixme:variant:get_date_format ignoring flags 402.

Any ideas why this is / how to at least hide this?

Thanks!

EDIT : I am running the :dev tag, released Feb 2021.

anonymous-one commented 3 years ago

Alright well I'm fairly new to wine and docker... But I was able to hide all of the wine fixmes by exporting WINEDEBUG=-all.

This will make deubgging things a pain if ever need be, but at least the log doesn't get so stuffed. After about 4 hours it had about 150000 entries.

anonymous-one commented 3 years ago

I'm now a little more versed in this and see this has been resolved in the GPU tag. Wine is still spitting out those errors but supervisord is set up not to log so dockers logs don't get flooded.

CalebFenton commented 2 years ago

@anonymous-one Thanks for posting a workaround and hinting at a true fix, but what is "GPU tag"? Is that a version of wine?