-
My logrotate.d script:
```
/var/log/myfirstforeverscript.log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
}
```
forever runs in daemon mode.
```
forever sta…
-
### Bug Description
Hi,
Please check the complete issue description in PostgreSQL repo:
https://github.com/canonical/postgresql-operator/issues/524
TL;DR: PostgreSQL charm rotates logs but do…
-
- option to choose between standalone or zeo
- add backup and repozo
- add part over logrotation
- add part over setpermissions
do we want other options like the set/change password script ?
-
With the 3.0.0 changes introdoced in https://github.com/sous-chefs/logrotate/commit/dc20786df1b23734379aaaf7cde03dfbcb4c96e7#diff-b7e94f5fcd66051355907f23b26ff6ac96685ca36c95837931a588074999fbf9R26
i…
-
**Describe the bug**
We are currently using the OpenTelemetry Collector to log telemetry data into a logfile. The logfiles are continuously growing, and we encounter issues when the pod gets restarte…
-
Syslog Log destination for qgis-server
Instead of flat-file logging it would make sense to support the most used standard for logging, which is still syslog nowadays. Syslog as a target makes life …
-
# problem
- i need to ship my service as a standalone artifact, meaning i cannot `pm2 install` on the host that my service gets deployed to
- by the time my service gets deployed, i no longer …
-
Hi,
I'm using rhel 7.6 and running rsyslogd 8.24.0-52.el7 and audit-2.8.4-4.el7. Every time the audit daemon rotates it logs (internal to auditd not logrotate configuration) we get imfile-state fi…
-
I have read trough the issues and PR-s, and it seems to be a recurring problem that people dont research this, rather they come up with logrotation from various aspects.
I would suggest to include …
-
I'm using rsyslog with imfile for forwarding OpenVPN AS logs to external server. OpenVPN AS logs are rotated by OpenVPN server, not logrotate.
### Expected behavior
Logs are forwarded
### Actual …