FileLockedException on some videos/images #1181
-
Hello, Since we updated to the new Biigle version (v3.98.0) we are getting logging errors from time to time on different videos and images. It always looks like the following.
When opening those images/videos they seem alright. Some days it is only one of those messages. But on some days in could be up to 600 (on several different videos/images, not all though). The functionality seems to not be influenced. Do you have an idea what this is and how to fix it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is debug logging that was added recently. If you don't want to see this in your log, configure |
Beta Was this translation helpful? Give feedback.
This is debug logging that was added recently. If you don't want to see this in your log, configure
LOG_LEVEL=error
in yourbuild/.env
file and rebuild the Docker containers. I noticed that in the default.env
it saysAPP_LOG_LEVEL
but actually it should beLOG_LEVEL
.