We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should define a policy for auto-archiving logs.
We'll go with the gzip format as it is the easiest to use with node.js both on Windows and Linux with the built-in library zlib.
gzip
zlib
We have two options for this :
For the sake of the retention policy and human accessibility/readibility, we've decided to go for an archive per day (not configurable as for now).
Finaly, a retention policy could be configured with a day count as input (e.g: keep only the logs of the 30 last days).
The text was updated successfully, but these errors were encountered:
feat(services/logger): auto log archiving system (#143)
9b134e3
510418c
ca90949
5a34ff9
9ef43dd
barthofu
When branches are created from issues, their pull requests are automatically linked.
Feature
We should define a policy for auto-archiving logs.
Format
We'll go with the
gzip
format as it is the easiest to use with node.js both on Windows and Linux with the built-in libraryzlib
.Frequency / treshold
We have two options for this :
For the sake of the retention policy and human accessibility/readibility, we've decided to go for an archive per day (not configurable as for now).
Retention policy
Finaly, a retention policy could be configured with a day count as input (e.g: keep only the logs of the 30 last days).
The text was updated successfully, but these errors were encountered: