Skip to content

Commit

Permalink
Add time to default logger format
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Jan 17, 2024
1 parent 1701b5f commit 6813f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions novus/ext/client/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def main_sync() -> None:
logging.basicConfig(
level=logging.INFO,
handlers=[stdout, stderr,],
format="%(created)s:%(levelname)s:%(name)s:%(message)s",
)
args, unknown = get_parser().parse_known_args()
try:
Expand Down

0 comments on commit 6813f77

Please sign in to comment.