Skip to content

Commit

Permalink
change warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jul 15, 2024
1 parent d81456e commit 2463db1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pipestat/backends/pephub_backend/pephubbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ def __init__(
self.result_formatter = result_formatter

if pephubclient.is_registry_path(pephub_path):
# Deconstruct registry path so that phc can use it to create/update/delete samples

_LOGGER.debug("Initialize PEPHub Backend")

# Deconstruct registry path so that phc can use it to create/update/delete samples
self.pep_registry = RegistryPath(**parse_registry_path(pephub_path))
_LOGGER.warning(

_LOGGER.debug(
f"Registry namespace: {self.pep_registry.namespace} item: {self.pep_registry.item} tag: {self.pep_registry.tag}"
)

Expand Down

0 comments on commit 2463db1

Please sign in to comment.