Disable Console Logging in Jitsi Meet Docker setup

138 Views Asked by At

I am quite new to Jitsi and I am using the Jitsi Meet Docker and spent quite a lot of hours and almost looked everywhere trying to disable the console logging events. I have find few solutions which includes:

Config.js:— config.callStatsApplicationLogsDisabled=false;

ENV :— LOG_LEVEL=error The second one is ENV. I think looks good to me and tried quite a lot on this but still got no luck.

LOG EVENT :— onApiReady = { (externalApi) => {

externalApi.addListener('log', ()=> { { logLevel: 'error' } }) }); Another option which I found was the LOG Event and I am trying to listen to it its not working, passing logLevel: ‘error’ but still not working.

Sorry if I didnt explain it well in my post but the bigger picture is: I want to disable to Console Logging events which shows on my browser console. Any help will be much appreciated. Thanks

0

There are 0 best solutions below