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 <[email protected]>
  • Loading branch information
s0nicboOm committed Jun 6, 2023
1 parent b93bce5 commit 4058811
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
Loading

0 comments on commit 4058811

Please sign in to comment.