How to disable log?

On some server, openvidu creates a huge log file in /var/lib/docker/container/…/*.log. How do I disable log file all together on production? thanks.

3 Likes

The question asked a few years ago, I want to know the answer too. How to disable all logging, Kurento and OV in the Server on Premises (CE)?

To disable all logging in openvidu-server, add this configuration property to your .env file:

LOGGING_LEVEL_ROOT=OFF

Thank you. This helps. Does it also disables Kurento logging?