Is there a way that automatically capture all the exceptions occurred through 'logging' module and write them into a .log file?
Please do not mention the solution that 'manually' writes traceback.format_exc() into the log
Is there a way that automatically capture all the exceptions occurred through 'logging' module and write them into a .log file?
Please do not mention the solution that 'manually' writes traceback.format_exc() into the log