Skip to content

Commit

Permalink
Tweak CLI log message format
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 2, 2022
1 parent e31a337 commit 5022df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outgoing/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main(
env = find_dotenv(usecwd=True)
load_dotenv(env)
logging.basicConfig(
format="%(asctime)s [%(levelname)-8s] %(name)s %(message)s",
format="%(asctime)s [%(levelname)-8s] %(name)s: %(message)s",
datefmt="%H:%M:%S",
level=log_level,
)
Expand Down

0 comments on commit 5022df6

Please sign in to comment.