Skip to content

Commit

Permalink
Merge pull request #171 from atlanticwave-sdx/reduce-noise-pymongo
Browse files Browse the repository at this point in the history
Change pymongo logging to INFO level
  • Loading branch information
congwang09 authored Dec 9, 2024
2 parents e624bd5 + 8e04b74 commit 724d1e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdx_lc/utils/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

import pymongo

pymongo_logger = logging.getLogger("pymongo")
pymongo_logger.setLevel(logging.INFO)


def obfuscate_password_in_uri(uri: str) -> str:
"""
Expand Down

0 comments on commit 724d1e8

Please sign in to comment.