Skip to content

Commit

Permalink
fix: redis logging (#209)
Browse files Browse the repository at this point in the history
Explain what this PR does.

---------

Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
  • Loading branch information
s0nicboOm authored and ab93 committed Jun 6, 2023
1 parent bd050c9 commit b134fa2
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 73 deletions.
2 changes: 1 addition & 1 deletion numalogic/registry/redis_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from numalogic.tools.exceptions import ModelKeyNotFound, RedisRegistryError
from numalogic.tools.types import artifact_t, redis_client_t, KEYS, META_T, META_VT

_LOGGER = logging.getLogger()
_LOGGER = logging.getLogger(__name__)


class RedisRegistry(ArtifactManager):
Expand Down

0 comments on commit b134fa2

Please sign in to comment.