diff --git a/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py b/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
index 7d81db99c42f1b01e52f2013e2354c785db189ab..d6b4ee3fced9b526512d69107858232cf32287fc 100644
--- a/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
+++ b/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
@@ -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):