You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Server-Side Components/Script Includes/Developer Debug Utility/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Create a systemProperty - enable_debug_for_scripts (Boolean value)
3
3
4
4
# 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.
6
6
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.
7
7
8
8
When the property 'enable_debug_for_scripts' is set to 'true', debug messages are logged; otherwise, all debug calls are ignored.
0 commit comments