Closed
Description
Describe the bug
I am using this tutorial: https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/ for the syntax of logging, but it is not working for me. I get the above error.
Steps to reproduce
logging_session_id = autogen.runtime_logging.start(
logger_type="file", config={"filename": "autogen_log.log"}
)
(run some agents)
Model Used
gpt-4
Expected Behavior
The log should have generated token usage
Screenshots and logs
No response
Additional Information
No response