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 f94249e commit 28fcd5aCopy full SHA for 28fcd5a
temporalio/workflow.py
@@ -1224,8 +1224,8 @@ class LoggerAdapter(logging.LoggerAdapter):
1224
log_during_replay: Boolean for whether logs should occur during replay.
1225
Default is False.
1226
1227
- Values added to ``extra`` are merged with the ``extra`` map from a logging
1228
- call, with values from the logging call taking precedence. I.e. the
+ Values added to ``extra`` are merged with the ``extra`` dictionary from a
+ logging call, with values from the logging call taking precedence. I.e. the
1229
behavior is that of `merge_extra=True` in Python >= 3.13.
1230
"""
1231
0 commit comments