Skip to content

Commit d22a6c4

Browse files
committed
don't log anything, leave it to the consumer
1 parent 8dfc109 commit d22a6c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

umapi_client/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626
from .functional import UserAction, UserQuery, UsersQuery
2727
from .functional import GroupAction, GroupsQuery
2828
from .version import __version__
29+
import logging
30+
from logging import NullHandler
31+
logging.getLogger(__name__).addHandler(NullHandler())

0 commit comments

Comments
 (0)