Skip to content
Snippets Groups Projects
Commit eeb62a1f authored by Shayan Hajipour's avatar Shayan Hajipour Committed by Mohamad Rahhal
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 04b8aac6
No related branches found
No related tags found
1 merge request!249Draft: Resolve "Implement CAMARA-based NBI connector"
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment