You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been trying to suppress the amount of noise in my logs, especially when I'm in a call so I tried tweaking the log level to find out it didn't do anything. I even tried turning off logging with
Daily.setLogLevel(.off)
But alas, there are still logs. Is this a known issue or do you know a workaround?
Cheers
The text was updated successfully, but these errors were encountered:
Considering there are about 3 subsystems within daily-ios, it’s hard to know which you’re talking about when attempting to squelch them. Do you have an example output of the logs that persist after that function call? I have an inkling that I know what it is, but I want to be absolutely sure.
Ah, my apologises. Upon starting a call I'm flooded with logs, so I took a snippet of about ~2 seconds of logs. I believe I have disabled my own logging system so the noise from other loggers should be minimal but here it is (redacted some info just to reduce the size of the log):
Hi, I've been trying to suppress the amount of noise in my logs, especially when I'm in a call so I tried tweaking the log level to find out it didn't do anything. I even tried turning off logging with
But alas, there are still logs. Is this a known issue or do you know a workaround?
Cheers
The text was updated successfully, but these errors were encountered: