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 b0b34ad commit 574a160Copy full SHA for 574a160
tests/test_functions/execution_id/async_main.py
@@ -53,7 +53,7 @@ def sync_function_in_async_context(request):
53
def sync_cloudevent_with_context(cloud_event):
54
context = execution_id._get_current_context()
55
if context:
56
- logger.info(f"Execution ID in sync CloudEvent: {context.execution_id}")
+ logger.warning(f"Execution ID in sync CloudEvent: {context.execution_id}")
57
else:
58
logger.error("No execution context in sync CloudEvent function!")
59
0 commit comments