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 b208b561f320a01b82c9587861be82dc3a041cb3..7d81db99c42f1b01e52f2013e2354c785db189ab 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: