You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/logger.md
+4
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ When debugging in non-production environments, you can instruct Logger to log th
146
146
147
147
You can set a Correlation ID using `correlation_id_path` param by passing a [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank"}.
148
148
149
+
!!! tip "You can retrieve correlation IDs via `get_correlation_id` method"
150
+
149
151
=== "collect.py"
150
152
151
153
```python hl_lines="5"
@@ -155,6 +157,7 @@ You can set a Correlation ID using `correlation_id_path` param by passing a [JME
0 commit comments