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 determines the minimum log level of messages that are replicated to the flow log, filtering out lower-level entries. |
| What area does it affect? |
Flow execution logging |
| What does the default mean? |
The default value is "ERROR", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting logging levels for troubleshooting flow-related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.hub.flow_engine.listener_trace.threshold |
| Sys ID |
f17a47b40b23130008af2d1437673a90 |
| Type |
choice list |
| Application |
Global |
| Default value |
ERROR |
| Description |
Specify the log level of messages from the system log to replicate to the flow log. These messages are generated by the Now Platform in response to flow execution outputs. For example, a message generated by a business rule that was triggered by a flow record operation. The system only replicates log entries of the specified level or higher. |
| Updated |
2024-05-25 04:00:04 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... information: Flow execution details Specify the log level of system log entries to replicate to the flow log. The system only replicates log entries of the specified level or higher. com.glide.hub.flow_engine.listener_trace.threshold Specify the threshold required for Workflow Studio to replicate a system log entry to the flow log. These messages are generated by the ServiceNow AI Platform in response to flow ...
Context preview
Snippet 2
... execute the PowerShell script, the logs are available in the MID agent log. Configuring this property also enables you to view them directly in the instance. This step sets the com.glide.hub.flow_engine.listener_trace.threshold property. It replicates the logs to the Flow engine log entries [sys_flow_log] table. 5. In your PowerShell script, add log messages and levels with the Write-SNCLog function. Write-SNCLog function and ...
Related properties