Skip to content

Commit

Permalink
Merge pull request #48 from mauvehed/remove-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvehed authored Feb 11, 2025
2 parents 1bdf317 + af8ce81 commit 3eb8ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bm_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
format="%(asctime)s [%(levelname)s] %(message)s",
handlers=[
logging.StreamHandler(), # Ensure logs are sent to stdout
logging.FileHandler("brandmeister.log", encoding="utf-8") # Log to file
#logging.FileHandler("brandmeister.log", encoding="utf-8") # Log to file
]
)

Expand Down

0 comments on commit 3eb8ed5

Please sign in to comment.