remove sys.tracebacklimit=-1

This commit is contained in:
Sina Atalay 2023-10-20 19:32:26 +02:00
parent 53f870d789
commit f94db9bf53
1 changed files with 1 additions and 2 deletions

View File

@ -41,5 +41,4 @@ logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
stdout_handler = logging.StreamHandler()
stdout_handler.setFormatter(LoggingFormatter())
logger.addHandler(stdout_handler)
sys.tracebacklimit = -1
logger.addHandler(stdout_handler)