glide.security.sandbox_no_logging

ServiceNow property description:

Specifies whether to block the log(), logError(), and logWarning() methods when running script from the sandbox

Attributes

  • Sys ID: aab7d301970130008e00958e3b297575
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.security.sandbox_no_logging` determines whether the `log()`, `logError()`, and `logWarning()` methods are blocked when scripts are executed within the sandbox environment. When this property is set to `true`, these logging methods are disabled, preventing sandboxed scripts from writing to the system logs. This enhances security by restricting potentially harmful or verbose logging from untrusted or less secure script sources. Conversely, setting the property to `false` allows these logging methods to function normally within the sandbox. This property is crucial for maintaining control over logging behavior in sandboxed script executions.

Source

Related property: glide.script.use.sandbox