Skip to content

Commit

Permalink
fix: --verbosity only applies to scriv logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Oct 18, 2023
1 parent 70e3d05 commit a19026e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scriv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from .create import create
from .ghrel import github_release

# Configure the root logger, so all logging works.
click_log.basic_config(logging.getLogger())
# Configure our logger, so all logging works, but only from our code.
click_log.basic_config(logging.getLogger("scriv"))


@click.group(
Expand Down

0 comments on commit a19026e

Please sign in to comment.