From 1651478b8f809ba4029e012da9b051c41a36e1f4 Mon Sep 17 00:00:00 2001 From: Kae Bartlett Date: Wed, 17 Jan 2024 01:55:19 +0000 Subject: [PATCH] Add time to default logger format --- novus/ext/client/cli/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/novus/ext/client/cli/__main__.py b/novus/ext/client/cli/__main__.py index 3c05089c..7a626ac5 100644 --- a/novus/ext/client/cli/__main__.py +++ b/novus/ext/client/cli/__main__.py @@ -325,6 +325,7 @@ def main_sync() -> None: logging.basicConfig( level=logging.INFO, handlers=[stdout, stderr,], + format="%(time)s:%(levelname)s:%(name)s:%(message)s", ) args, unknown = get_parser().parse_known_args() try: