glide.debug.trace.trace_line_limit

ServiceNow property description:

This property limits the number of trace statements that can be viewed by the user.

Attributes

  • Sys ID: d9d8aeeac7871010a885451c95c260a0
  • Type: string
  • Application: Global
  • Default value: 1000
AI Logo

AI generated property description:

The ServiceNow property `glide.debug.trace.trace_line_limit` sets a cap on the number of trace statements that a user can view. This is useful for managing the volume of trace data generated during script execution, ensuring that users are not overwhelmed by excessive information. By limiting the trace statements, it helps in focusing on the most relevant parts of the trace for debugging purposes. The property can be configured to a specific number, which determines the maximum trace lines displayed. This setting is particularly beneficial in environments with complex scripts that generate extensive trace logs. Adjusting this property can improve the efficiency of the debugging process by providing a more manageable amount of trace data.

Source

Related property: glide.ui.template_bar_limit