-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change verbosity of MXLog #1550
Comments
@pixlwave I actually ended up solving it by calling log() first, then setting the level. I think the first call to log() always overrode the config. the PR you merged seems to indicate the reverse solution? |
Ohhh interesting. I came to that conclusion because in Element, there's a call to |
well I actually chose error now. what I had to do to fix this bug where it was always verbose was to just add a printout before. so this is my appdelegate launch method now:
|
I have
before calling any MatrixSDK methods. Still, I'm seeing tons of
MXSyncResponseFileStore
,MXHTTPClient
andMXFileStore
log outputs. How does one properly configure this?The text was updated successfully, but these errors were encountered: