Skip to content

Commit f5aed81

Browse files
committed
work in progress
1 parent a391480 commit f5aed81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def do_action(
373373

374374
logger = log.bind(
375375
**self.auth_logging_items(context, caller),
376-
action=action,
377376
)
378377

379378
call_context = CallContext(
@@ -483,6 +482,7 @@ def compress_list_schemas_result(result: AirportSerializedCatalogRoot) -> list[A
483482
return iter([])
484483
return self.pack_result(result)
485484

485+
logger.debug(action.type, action=action)
486486
return self.impl_do_action(
487487
context=call_context,
488488
action=action,

0 commit comments

Comments
 (0)