-
Notifications
You must be signed in to change notification settings - Fork 43
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
CrashlyticsLogWriter is ignoring minSeverity
#431
Comments
Hi Nikita, Are you opening the project from the root directory?
I'm not sure why you're seeing I made a quick branch that runs some tests on |
That should be enough yes. I'm not sure why this isn't working as expected for you, I'm trying to test it on my side and it seems correct. Can you share the code of how you're setting up and logging to the val logger = Logger(
config = loggerConfigInit(CrashlyticsLogWriter()),
tag = "MyAppTag"
)
logger.v { "Hello World" } Also make sure you're using the latest version of kermit (2.0.5). If that still doesn't work then maybe you can create a local copy of CrashlyticsLogWriter so that you can breakpoint and test there, since Let me know if that helps and if you're still seeing the issues there. |
Sounds like this is resolved. Closing |
This isn't resolved. We just haven’t yet had a public release that would let us test if the logging spam is reduced. I’ll get back in touch in a week or so |
The image pretty much sums it up. Our crashlytics logs are polluted by
verbose
-level garbage and leak sensitive data.The text was updated successfully, but these errors were encountered: