Skip to content

Commit

Permalink
force purge
Browse files Browse the repository at this point in the history
  • Loading branch information
theodoremoreland authored May 19, 2024
1 parent 2d0a932 commit 6e3b100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/modules/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"belly-button-biodiversity.log", maxBytes=10000
)
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")

fileHandler.setFormatter(formatter)
logger.addHandler(fileHandler)
logger.setLevel(
Expand Down

0 comments on commit 6e3b100

Please sign in to comment.