[style] adjusted logging level to DEBUG for more detailed log output

This commit is contained in:
2025-08-07 22:49:22 +02:00
parent c19813cbe2
commit e8e61faf61

View File

@@ -21,7 +21,7 @@ frontend_path = os.path.join(
) )
logging.basicConfig( logging.basicConfig(
level=logging.WARNING, level=logging.DEBUG,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s' format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
) )
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)