Skip to content

Commit

Permalink
[720DT] Ignore error logs for 720DT (#16973)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Confirmed with Arista, those error logs are generated by swss restarting. It's expected to be found in 720DT, hence ignore non-impact error log in syslog

How did you do it?
Ignore non-impact error log in syslog

How did you verify/test it?
Run test
  • Loading branch information
yaqiangz authored Feb 17, 2025
1 parent 221012b commit 81ec132
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,7 @@ r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Transport
# Errors for syncd shutdown on mellanox platform
r, ".* ERR kernel:.*sxd_kernel: \[error\] SDK main monitor thread does not respond"
r, ".* ERR kernel:.*sxd_kernel: \[error\] Health-Check: device=1, cause=10 \['SDK thread issue'\] - stopping further device monitoring"

# Ignore gbsynd error for 720DT
r, ".*ERR gbsyncd#syncd: :- collectData: Failed to get stats of Port Counter.*"
r, ".*ERR gbsyncd#syncd: :- diagShellThreadProc: Failed to enable switch shell: SAI_STATUS_NOT_SUPPORTED.*"

0 comments on commit 81ec132

Please sign in to comment.