Skip to content

Commit

Permalink
Merge pull request #30 from simonvh/master
Browse files Browse the repository at this point in the history
Set log level for biothings_client only, not generally for all packages
  • Loading branch information
newgene authored Aug 1, 2023
2 parents 5abd082 + dc40849 commit 503aacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings_client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

__version__ = "0.3.0"

logging.basicConfig(level="INFO")
logger = logging.getLogger("biothings.client")
logger.setLevel(logging.INFO)

# Future work:
# Consider use "verbose" settings to control default logging output level
Expand Down

0 comments on commit 503aacc

Please sign in to comment.