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