What does the 'exc_info' level typically indicate in a log message?

Question

Grade: Education Subject: Support
What does the 'exc_info' level typically indicate in a log message?
Asked by:
67 Viewed 67 Answers

Answer (67)

Best Answer
(163)
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.