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

reduce distiller watch service logging #1203

Open
ercius opened this issue Dec 12, 2024 · 1 comment
Open

reduce distiller watch service logging #1203

ercius opened this issue Dec 12, 2024 · 1 comment
Assignees

Comments

@ercius
Copy link

ercius commented Dec 12, 2024

The logs are rotated very often. We can remove this type of logging:

2024-12-12 11:08:07,938 - watch - INFO - 78.3756669207317
2024-12-12 11:08:07,967 - watch - INFO - 90.62947789634147
2024-12-12 11:08:07,990 - watch - INFO - 81.06602515243902
2024-12-12 11:08:08,013 - watch - INFO - 80.04354039634147
@cjh1 cjh1 self-assigned this Dec 12, 2024
@cjh1
Copy link
Member

cjh1 commented Dec 13, 2024

OK, I have done a couple of things:

  • I have removed the debug entries that produce the above messages.
  • I have doubled the number of log files in the rotation.
  • I have increase the size of each log file to 100mb

I think these change should make sure we can capture any errors. I have also increase the number of times a http request will be retried, to see if this resolves the error in #969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants