Disable logger for low privilege users in script sandbox
Manage Glide System's ability to log scripts being executed in the sandbox environment.
If the glide.security.sandbox_no_logging system property is set to false, then logging is available for low-privileged users using sandboxed scripts. This property controls your instance's ability to log scripts being executed in the sandbox environment.
Ensure that the glide.security.sandbox_no_logging property is set to true in order to prevent low-privileged users using a sandboxed script to have logging functionality.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.security.sandbox_no_logging |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | Error handling and logging |
| Security risk |
|
| Dependencies and prerequisites | None |