Skip to content

Commit

Permalink
chore: changed log date format to international standard
Browse files Browse the repository at this point in the history
  • Loading branch information
qx6ghqkz committed Dec 5, 2024
1 parent d460fd1 commit 79943c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery-dl-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def filter(self, record):
log_filter = LogFilter(MIN_LEVEL_STDERR)

formatter = logging.Formatter(
"%(asctime)s [%(levelname)s] %(message)s", datefmt="%d/%m/%Y %H:%M"
"%(asctime)s [%(levelname)s] %(message)s", datefmt="%Y-%m-%d %H:%M:%S"
)

handler_console_stdout = logging.StreamHandler(sys.stdout)
Expand Down

0 comments on commit 79943c5

Please sign in to comment.