Skip to content

Commit ddde61e

Browse files
Update README.md
1 parent 26ad4fb commit ddde61e

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Script Includes/Developer Debug Utility

1 file changed

+1
-1
lines changed

Server-Side Components/Script Includes/Developer Debug Utility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Create a systemProperty - enable_debug_for_scripts (Boolean value)
33

44
# Overview
5-
This utility provides a centralized, configurable debug logging mechanism** for developers.
5+
This utility provides a centralized, configurable debug logging mechanism for developers.
66
Instead of using gs.info(), gs.log(), or gs.warn() - which create permanent logs in the system, developers can now log messages conditionally through a system property.
77

88
When the property 'enable_debug_for_scripts' is set to 'true', debug messages are logged; otherwise, all debug calls are ignored.

0 commit comments

Comments
 (0)