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.
2 parents f559a03 + 5293a37 commit 6e78e2fCopy full SHA for 6e78e2f
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