Closed vikramsubramanian closed 2 months ago
Is it possible to set up loguru to intercept standard logging and show fully descriptive exceptions when logging through the standard logger?
I used the provided InterceptHandler code:
However, when I log through the standard logger, I don't get the fully descriptive exceptions described here:
What do I need to change to get the fully descriptive exceptions when logging through the standard logger or is this not possible?
Closing, it was my mistake. It works.
Is it possible to set up loguru to intercept standard logging and show fully descriptive exceptions when logging through the standard logger?
I used the provided InterceptHandler code:
However, when I log through the standard logger, I don't get the fully descriptive exceptions described here:
What do I need to change to get the fully descriptive exceptions when logging through the standard logger or is this not possible?