Skip to content

Commit

Permalink
add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimmermann committed Jul 24, 2024
1 parent 9e347da commit 252d6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ossdbs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from ossdbs.utils.settings import Settings
from ossdbs.utils.type_check import TypeChecker

_logger = logging.getLogger(__name__)
_logger = logging.getLogger("ossdbs")


def set_logger(level=logging.INFO):
Expand Down

0 comments on commit 252d6b0

Please sign in to comment.