Improve the structure of logging (customize the logging format) #3857
Unanswered
anusonawane
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with autogen.runtime_logging to capture logs during an agent chat session, but I am having difficulty structuring the log outputs and accessing specific keys from it.
I want to prevent the automatic creation of a folder named autogen_logs where the logs are stored. Instead, I'd prefer to control the log storage location or not have it create a new folder automatically.
I am using the following code.
`logging_session_id = autogen.runtime_logging.start(logger_type="file")
#Agent chat
autogen.runtime_logging.stop()`
Below is the format of output, is there any way I can access specific keys
Beta Was this translation helpful? Give feedback.
All reactions