config update and fix console logging

This commit is contained in:
Anthony Samms
2025-11-21 17:15:13 -05:00
parent f3c77df017
commit e77980313f
2 changed files with 1 additions and 3 deletions

View File

@@ -145,7 +145,6 @@ def main():
plain_formatter = logging.Formatter('[%(levelname)s] %(name)s: %(message)s')
console_handler = logging.StreamHandler()
console_handler.setFormatter(colored_formatter)
console_handler = DedupHandler(console_handler)
file_handler = logging.FileHandler("latest.log")
file_handler.setFormatter(plain_formatter)