Skip to content
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

Replace-print-statements-with-developer.log #196

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

hamed-rezaee
Copy link

Reason behind this PR:

  • Logging in release builds: Unlike print statements, developer.log can be configured to log selectively in release builds as well. This can be useful for capturing critical information or errors in production environments without exposing sensitive data or cluttering the console with excessive log output.
  • Performance optimizations: Techniques like asynchronous logging or buffered I/O, minimizing the impact on app performance and responsiveness.

Reason behind this PR:
- Logging in release builds: Unlike print statements, developer.log can be configured to log selectively in release builds as well. This can be useful for capturing critical information or errors in production environments without exposing sensitive data or cluttering the console with excessive log output.
- Performance optimizations: Techniques like asynchronous logging or buffered I/O, minimizing the impact on app performance and responsiveness.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants