Skip to content

Commit

Permalink
Solve issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 29, 2024
1 parent 60ce3ff commit 149160f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ def get_logging() -> logging.Logger: # pragma: no cover
logger = logging.getLogger()
logger.setLevel(logging.INFO)
formatter = logging.Formatter("%(asctime)s :: %(levelname)s :: %(message)s")
# Create log file
file_handler = logging.FileHandler("meteor.log", "a", encoding="UTF-8")
file_handler.setFormatter(formatter)
logger.addHandler(file_handler)
# Stream in the the console
stream_handler = logging.StreamHandler()
stream_handler.setFormatter(formatter)
Expand Down

0 comments on commit 149160f

Please sign in to comment.