Health Scan: Minimize Logging in PROD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 11:41 PM
Given: Excessive logging and use of debug properties can hurt performance. The system will spend time writing and evaluating debug information rather than responding to the user.
When excessive logging and use of debug properties is an issue, then remove the logging functions entirely or control their use with a property. At the minimum, switch to using gs.info and gs.debug.
0 REPLIES 0