glide.debug.log_point

ServiceNow property description:

This property guides whether to enable log points feature or not

Attributes

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

AI generated property description:

The ServiceNow property `glide.debug.log_point` determines whether the log points feature is enabled or not. According to the provided documentation, log points are used for debugging purposes, allowing developers to insert log messages at specific points in their scripts. When this property is set to true, it activates the log points feature, enabling the logging of messages to help trace and debug code execution. Conversely, setting this property to false disables the log points feature, preventing any log messages from being generated at the specified points. This property is essential for developers who need to monitor and troubleshoot their scripts effectively.

Source

Related property: glide.debugger.log.ui