Skip to content

Commit e9d809d

Browse files
committed
fix: shorten date in log files
1 parent e4c9340 commit e9d809d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hydrodiy/io/iutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def get_logger(name, level="INFO",
261261
no_duplicate_handler=True,
262262
contextual=False,
263263
start_message=True,
264-
date_fmt="%y-%m-%d %H:%M"):
264+
date_fmt="%d %b %H:%M"):
265265
""" Get a logger object that can handle contextual info
266266
267267
Parameters

0 commit comments

Comments
 (0)