Open tonyarnold opened 5 years ago
Hi @tonyarnold.
You can turn these logs off by removing DM_ENABLE_DEBUG_LOGGING_ALL
environment variable. This variable is set up in your target scheme or for system (you can check it with terminal command launchctl getenv DM_ENABLE_DEBUG_LOGGING_ALL
).
We can't remove this logs at all as somethimes we need to troubleshoot end user's activation problems.
Hi @dimaty - I'm not asking you to remove all logs, but the ones I've highlighted above don't seem to provide any context or information, and seem to be firing unnecessarily.
Removing the environment variable works, but then we miss out on the log statements that actually do have meaningful information in them.
Ok, we'll think about how to separate these kevlar logs from other ones from DevMateKit.
Any word on this? Pretty tired of Kevlar spewing logs out and making my debugging job harder.
I'm seeing an awful lot of this since integrating DevMateKit/libKevlar into our app:
Doing a grep for those symbols in my project turns up only one source:
Could you please have a look at preventing this? It's super annoying, and distracts from other valid logging we're doing.