Loading src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py +2 −2 Original line number Diff line number Diff line Loading @@ -163,9 +163,9 @@ class qodinfo(_Resource): response = format_grpc_to_json(self.service_client.CreateService(stripped_service)) response = format_grpc_to_json(self.service_client.UpdateService(service)) except Exception as e: # pylint: disable=broad-except LOGGER.error(f"error related to response: {response}") return e LOGGER.info(f"error related to response: {response}") return response def get(self): Loading Loading
src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py +2 −2 Original line number Diff line number Diff line Loading @@ -163,9 +163,9 @@ class qodinfo(_Resource): response = format_grpc_to_json(self.service_client.CreateService(stripped_service)) response = format_grpc_to_json(self.service_client.UpdateService(service)) except Exception as e: # pylint: disable=broad-except LOGGER.error(f"error related to response: {response}") return e LOGGER.info(f"error related to response: {response}") return response def get(self): Loading