Skip to content

Commit

Permalink
minor: explicitely set logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Jun 4, 2009
1 parent 20fe9cc commit a2a646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/connection.py
Expand Up @@ -32,7 +32,7 @@

_logger = logging.getLogger("pymongo.connection")
_logger.addHandler(logging.StreamHandler())
# _logger.setLevel(logging.DEBUG)
_logger.setLevel(logging.INFO)

_CONNECT_TIMEOUT = 20.0

Expand Down

0 comments on commit a2a646b

Please sign in to comment.