Skip to content

Commit

Permalink
Debug PRT
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Sep 18, 2024
1 parent 6b88e8e commit bc3e640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions broker/providers/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def __init__(self, **kwargs):
"Container",
f"Broker has no bind for {settings.container.runtime} containers",
)
logger.info(f"tpapaioa {settings.container=}")
logger.info(f"tpapaioa {settings=}")
self.runtime = get_runtime(
runtime_cls=self._runtime_cls,
host=settings.container.host,
Expand Down

0 comments on commit bc3e640

Please sign in to comment.