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

Use sized-based rotating log file writer for loghamster server #2

Open
lammel opened this issue Apr 6, 2019 · 0 comments
Open

Use sized-based rotating log file writer for loghamster server #2

lammel opened this issue Apr 6, 2019 · 0 comments

Comments

@lammel
Copy link
Collaborator

lammel commented Apr 6, 2019

The loghamster server shall be able to rotate logfiles on while writing to the file.
The size to trigger a rotation shall be configurable. It is expected that the actual filesize is larger than the configured size due to buffering.

The mechanism for file naming shall be defined by a pattern.
Initially using a rotationg suffix is fine.

Log file naming:

  • mydest.log
  • mydest.log.1
  • mydest.log.2
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

1 participant