From eeb62a1f722ed0db6eacd8d5e2b44e551ab6345e Mon Sep 17 00:00:00 2001 From: Shayan Hajipour <shajipour@cttc.es> Date: Tue, 11 Feb 2025 08:36:26 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Shayan Hajipour <shajipour@cttc.es> --- src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b208b561f..7d81db99c 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 @@ -54,7 +54,7 @@ class ProfileList(_Resource): try: qos_profile = create_qos_profile_from_json(request_data) except Exception as e: - LOGGER.info(e) # track if there is an error + LOGGER.error(e) # track if there is an error raise e # Send to gRPC server using CreateQosProfile done by Shayan try: -- GitLab