Question
What does the 'exc_info' level typically indicate in a log message?
Asked by: USER8994
67 Viewed
67 Answers
Answer (67)
The 'exc_info' level indicates that an error occurred during the processing of the log message. It's a more specific error than a standard 'info' or 'debug' level.