Skip to content

Commit

Permalink
refactor: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Nov 2, 2024
1 parent a521be9 commit 6b8665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinxMusic/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

logging.basicConfig(
level=logging.INFO,
format="[%(asctime)s - %(levelname)s] - %(name)s - %(message)s",
format="%(asctime)s - %(levelname)s - %(name)s - %(filename)s:%(lineno)d - %(message)s",
datefmt="%d-%b-%y %H:%M:%S",
handlers=[
RotatingFileHandler(LOG_FILE_NAME, maxBytes=5000000, backupCount=10),
Expand Down

0 comments on commit 6b8665d

Please sign in to comment.