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

[enchancement request] more configs in packages #389

Open
MrDrMcCoy opened this issue Jan 16, 2020 · 0 comments
Open

[enchancement request] more configs in packages #389

MrDrMcCoy opened this issue Jan 16, 2020 · 0 comments

Comments

@MrDrMcCoy
Copy link

Hey guys,

For those deploying on non-systemd systems, it would be helpful to have a logrotate example config file to accompany the example init scripts. While logrotate is easy to set up, the presence of an example file will help people to remember to do so, and potentially avoid issues from that. Here is the config I am running with:

# File: /etc/logrotate.d/carbon-relay-ng

/var/log/carbon-relay-ng/carbon-relay-ng.log {
  compress
  copytruncate
  dateext
  maxsize 50M
  missingok
  notifempty
  rotate 10
}

On a related note, it would be nice if example sysvinit, upstart, logrotate, and storage-schemas.conf files were included in the distribution packages, even in a disabled state. Doing so would reduce the automation work required from administrators during deployment.

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