We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a391480 commit f5aed81Copy full SHA for f5aed81
1 file changed
src/query_farm_server_base/server.py
@@ -373,7 +373,6 @@ def do_action(
373
374
logger = log.bind(
375
**self.auth_logging_items(context, caller),
376
- action=action,
377
)
378
379
call_context = CallContext(
@@ -483,6 +482,7 @@ def compress_list_schemas_result(result: AirportSerializedCatalogRoot) -> list[A
483
482
return iter([])
484
return self.pack_result(result)
485
+ logger.debug(action.type, action=action)
486
return self.impl_do_action(
487
context=call_context,
488
action=action,
0 commit comments