We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1bdfc commit 5293a37Copy full SHA for 5293a37
articles/azure-functions/durable/durable-functions-troubleshooting-guide.md
@@ -129,7 +129,7 @@ traces
129
| extend status = customDimensions["prop__status"]
130
| extend details = customDimensions["prop__Details"]
131
| extend reason = customDimensions["prop__reason"]
132
-| where severityLevel => 1 // to see all logs of severity level "Information" or greater.
+| where severityLevel >= 1 // to see all logs of severity level "Information" or greater.
133
| where instanceId == orchestrationInstanceID
134
| sort by timestamp asc
135
```
0 commit comments