From 8350797ddf612468c3543aa79d09c725f6d24389 Mon Sep 17 00:00:00 2001 From: Junchao-Mellanox Date: Tue, 18 Jun 2024 10:08:31 +0300 Subject: [PATCH] [xcvrd] change log content and log level when application is not found --- sonic-xcvrd/xcvrd/xcvrd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-xcvrd/xcvrd/xcvrd.py b/sonic-xcvrd/xcvrd/xcvrd.py index 72aff4900..31a11d120 100644 --- a/sonic-xcvrd/xcvrd/xcvrd.py +++ b/sonic-xcvrd/xcvrd/xcvrd.py @@ -160,7 +160,7 @@ def get_cmis_application_desired(api, host_lane_count, speed): get_interface_speed(app_info.get('host_electrical_interface_id')) == speed): return (index & 0xf) - helper_logger.log_error(f'Failed to get desired application from {appl_dict}') + helper_logger.log_notice(f'No application found from {appl_dict} with host_lane_count={host_lane_count} speed={speed}') return None