X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fnbi%2Fsrc%2Fcharm.py;fp=installers%2Fcharm%2Fnbi%2Fsrc%2Fcharm.py;h=7ef9d59eb260c90cf1eefc22ead59bff68763b3f;hb=9b6ad36b93538bbe2621b8c30d899862d8840e60;hp=f0347e27e76f980ca5ca648e7e34237c980d8973;hpb=1fcc2590fa991b19ff4cb406b515f566fe7ee14f;p=osm%2Fdevops.git diff --git a/installers/charm/nbi/src/charm.py b/installers/charm/nbi/src/charm.py index f0347e27..7ef9d59e 100755 --- a/installers/charm/nbi/src/charm.py +++ b/installers/charm/nbi/src/charm.py @@ -367,6 +367,7 @@ class NbiCharm(CharmBase): self.port, ) except ValidationError as exc: + LOGGER.exception("Config/Relation data validation error") self.unit.status = BlockedStatus(str(exc)) return