Controller.log spammed with error message ModuleNotFoundError: No module named 'seafevents'

My controller.log file is currently filling with the following error message. I did not noticed any issues with seafile so far but this error message is leading to almost 150 MB written in 15 min.

Its a docker compose installation on Ubuntu. How to resolve?

2024-09-21 10:54:58 seafile-controller.c(447): pid file /opt/seafile/pids/seafevents.pid does not exist
2024-09-21 10:54:58 seafile-controller.c(532): seafevents need restart…
2024-09-21 10:54:58 seafile-controller.c(82): spawn_process: /usr/bin/python3 -m seafevents.main --config-file /opt/seafile/conf/seafevents.conf --logfile /opt/seafile/logs/seafevents.log -P /opt/seafile/pids/seafevents.pid
2024-09-21 10:54:58 seafile-controller.c(116): spawned /usr/bin/python3, pid 1617
2024-09-21 10:54:58 seafile-controller.c(124): /usr/bin/python3: Error while finding module specification for ‘seafevents.main’ (ModuleNotFoundError: No module named ‘seafevents’)