Skip to content

Commit

Permalink
logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 28, 2024
1 parent 2f651bb commit 5e71e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daskms/apps/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@click.pass_context
@click.option("--debug/--no-debug", default=False)
def main(ctx, debug):
logging.basicConfig(level=logging.INFO)
logging.basicConfig(format="%(levelname)s - %(message)s", level=logging.INFO)
ctx.ensure_object(dict)
ctx.obj["DEBUG"] = debug

Expand Down

0 comments on commit 5e71e34

Please sign in to comment.