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

Docker logging rotation issue #258

Open
sam57719 opened this issue Nov 6, 2024 · 0 comments
Open

Docker logging rotation issue #258

sam57719 opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
🔮 enhancement New feature or request ❔ question Further information is requested

Comments

@sam57719
Copy link
Collaborator

sam57719 commented Nov 6, 2024

docker logs do not rotate by default and become huge in size
SMIB logs to a file anyway - so docker logs are not being used properly anyway.

need to either:

  • Turn off the docker logs
  • delete them after a certain size (200mb?)
  • Use docker logs to log to a file instead - although we cant do a daily rotate easily using this
@sam57719 sam57719 added 🔮 enhancement New feature or request ❔ question Further information is requested labels Nov 6, 2024
@sam57719 sam57719 self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔮 enhancement New feature or request ❔ question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant