Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log spam from orchagent supervisord #21157

Open
mint570 opened this issue Dec 13, 2024 · 1 comment
Open

Log spam from orchagent supervisord #21157

mint570 opened this issue Dec 13, 2024 · 1 comment
Assignees
Labels
MSFT Triaged this issue has been triaged

Comments

@mint570
Copy link
Contributor

mint570 commented Dec 13, 2024

Description

The following logs spam in syslog about every 10 seconds:

swss#supervisord: orchagent
swss#supervisord: RESULT 2
swss#supervisord: OKREADY
swss#supervisord: orchagent
swss#supervisord: RESULT 2
swss#supervisord: OKREADY
swss#supervisord: orchagent
swss#supervisord: RESULT 2
swss#supervisord: OKREADY

This is due to the "stdout_capture_maxbytes=1MB" supervisord config in orchagent introduced by the watchdog change: #15429

For devices with limited storage, this fills up the log faster than necessary.
Is there a way to implement the watchdog feature without printing the "heart beat" messages?

Steps to reproduce the issue:

Check /var/log/syslog file

Describe the results you received:

N/A

Describe the results you expected:

N/A

@tjchadaga
Copy link
Contributor

@liuh-80 - please help take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MSFT Triaged this issue has been triaged
Projects
None yet
Development

No branches or pull requests

3 participants