Where are the DEBUG lines of the model's operation? #3861
-
In the previous project, when I ran an Agent, every action of thinking or calling a tool was displayed at the beginning of the line "DEBUG ..." But now it is not displayed like that, but instead 2025-07-16 19:02:30,954 - INFO - === Starting API Server === Like this before I want to go back to the way it was, please. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @caocao012345678 If you pass Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
Hey @caocao012345678
If you pass
show_tool_calls=True
anddebug_mode=True
when initializing your agent, you should see all tool calls in details as you want. If that is not enough you can also passdebug_level=2
to see even more details.Let me know if this helps.