-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Question] How to disable LOG on version 2.4? #524
Comments
same issue, after update to 2.4 Console shows extra logging |
@jadsonlourenco, @dangnguyenhuu: Sorry about that! #526 should make it right! |
What is the density of the logging? The default debug log level is intended to be light enough not to annoy most developers, and it should only include these high-level events:
How to disable it To disable all logging, the define the macro I hear you I understand why some developers don't want any logs from our framework at all, and why they don't feel they should have to define a macro to explicitly suppress it. That's totally reasonable. Why it is there I believe that the majority of users aren't annoyed by it. I also believe that an appropriate amount of default debug logging makes the framework much more transparent and usable, especially for users who are starting off and may not be experienced enough to know where to look to enable logging. How to improve the situation I'll create a runtime method to suppress all logs at all levels. That way it's easier to suppress the messages. |
ASDisableLogging(); |
Hi guys, after upgrade to 2.4 version my console is sowing some informations about ASDisplayNodes render, how to disable it (in swift)?
The text was updated successfully, but these errors were encountered: