Skip to content
Discussion options

You must be logged in to vote

Probably related to #822

Disable logger or change level:

pyproj_logger = logging.getLogger("pyproj")
pyproj_logger.disabled = True
# or
pyproj_logger = logging.getLogger("pyproj")
pyproj_logger.setLevel(logging.WARN)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@snowman2
Comment options

Answer selected by ahvahsky2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants