mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
🔊 add trace logs
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user