🔊 add trace logs

This commit is contained in:
yanyongyu
2021-12-24 15:04:18 +08:00
parent 6643f951ef
commit 6ed87f1910
4 changed files with 18 additions and 5 deletions

View File

@ -152,6 +152,12 @@ class Dependent(Generic[R]):
)
)
logger.trace(
f"Parsed dependent with call={call}, "
f"params={[param.field_info for param in dependent.params]}, "
f"parameterless={dependent.parameterless}"
)
return dependent
async def solve(