This commit is contained in:
2025-05-07 09:40:58 +00:00
parent 1476db9a32
commit ddc675b7c7

View File

@@ -13413,6 +13413,7 @@ def main():
"""
# WICHTIG: Globale Variable LOG_FILE wird benoetigt (Initialisierung Block 1)
global LOG_FILE
logger = logging.getLogger(__name__) # <<< DIESE ZEILE HINZUFÜGEN
# --- Initial Logging Setup (Konfiguration von Level und Format) ---
# Diese Konfiguration wird wirksam, sobald die Handler hinzugefuegt werden.