This commit is contained in:
2025-05-07 09:40:58 +00:00
parent c5bcc9c834
commit 54cc2eba92

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.