Skip to content

Commit

Permalink
📃 logger update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisanda committed Dec 8, 2023
1 parent 1e284a6 commit 15e26cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"class": "logging.handlers.RotatingFileHandler",
"formatter": "standard",
"level": "DEBUG",
"filename": LOG_FILE,
"filename": 'docflow.log',
"mode": 'a',
"encoding": "utf-8",
"maxBytes": 500000,
Expand Down

0 comments on commit 15e26cb

Please sign in to comment.