Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the log points feature, affecting how logs are generated during debugging sessions. |
| What area does it affect? |
Logging and Debugging |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
An admin should review this property when configuring debugging settings or troubleshooting issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.debug.log_point |
| Sys ID |
7667f576531233001dccddeeff7b12d9 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
This property guides whether to enable log points feature or not |
| Updated |
2024-05-25 04:02:55 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... logpoints Set breakpoints or conditional logpoints to log messages to the console at specific lines, and remove logpoints when you are done debugging them. Before you begin • Set the glide.debug.log_point system property to true. See Available system properties for more information. • Role required: admin or script_debugger About this task Logpoints belong to the developer who sets them. Developers must ...
Context preview
Snippet 2
... and logos may be trademarks of the respective companies with which they are associated. 44 • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.debug.log_point Specifies whether the log points feature should be enabled or not. • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.debugger.log.ui Specifies whether logs ...
Related properties