Skip to content

Commit

Permalink
Use twine logger to ensure main always logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed May 8, 2022
1 parent 4223ee1 commit 698f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from twine import cli
from twine import exceptions

logger = logging.getLogger(__name__)
logger = logging.getLogger("twine")


def main() -> Any:
Expand Down

0 comments on commit 698f940

Please sign in to comment.