Health Scan: Minimize Logging in PROD

Kishor O
Tera Sage
GivenExcessive 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