mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 00:11:14 +02:00
logMessages 2 Disk
This commit is contained in:
+2
-1
@@ -58,4 +58,5 @@ file_handler.setFormatter(logging.Formatter(msgLogFormat))
|
||||
|
||||
# Add handlers to the logger
|
||||
logger.addHandler(stdout_handler)
|
||||
msgLogger.addHandler(file_handler)
|
||||
if log_messages_to_file:
|
||||
msgLogger.addHandler(file_handler)
|
||||
|
||||
Reference in New Issue
Block a user