Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[loganalyzer] Ignore pmon iSmart binary format ERR log (#16443)
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
- Loading branch information