From 3141a8e341423aa7fd19ed6e6627ad8e9888d994 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Wed, 13 Mar 2024 16:26:29 +0900 Subject: [PATCH] debug logging --- style_bert_vits2/logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/style_bert_vits2/logging.py b/style_bert_vits2/logging.py index e5c216a..e552bf7 100644 --- a/style_bert_vits2/logging.py +++ b/style_bert_vits2/logging.py @@ -12,4 +12,5 @@ logger.add( format="{time:MM-DD HH:mm:ss} |{level:^8}| {file}:{line} | {message}", backtrace=True, diagnose=True, + level="TRACE", )