Skip to content

Commit 7ed0235

Browse files
incremental spmd
1 parent 907b35a commit 7ed0235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklbench/utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
logger = logging.Logger("sklbench")
2020

2121
logging_channel = logging.StreamHandler()
22-
logging_formatter = logging.Formatter("%(levelname)s:%(name)s: %(message)s")
22+
logging_formatter = logging.Formatter("%(asctime)s - %(levelname)s:%(name)s: %(message)s")
2323
logging_channel.setFormatter(logging_formatter)
2424

2525
logger.addHandler(logging_channel)

0 commit comments

Comments
 (0)