jvb spams the syslog every few seconds with info about a running and ExpiryTread and Healthchecker. The following diff fixes that:
--- /etc/jitsi-videobridge/logging.properties.orig 2021-01-31 15:10:01.439531899 +0100 +++ /etc/jitsi-videobridge/logging.properties 2021-01-31 15:08:17.537054730 +0100 @@ -13,6 +13,8 @@ # All of the INFO level logs from MediaStreamImpl are unnecessary in the context of jitsi-videobridge. org.jitsi.impl.neomedia.MediaStreamImpl.level=WARNING +org.jitsi.health.HealthChecker.level=WARNING +org.jitsi.videobridge.VideobridgeExpireThread.level=WARNING # Syslog (uncomment handler to use) com.agafua.syslog.SyslogHandler.transport = udp
Yeah, that makes sense.
I added a patch implementing this in 2.0.5390-2.
Metadata Update from @lcts: - Issue status updated to: Closed (was: Open)