nixpkgs/nixos/modules/services/logging
Dominique Martinet 9917af7fe0 logrotate: move wtmp/btmp rules to systemd
wtmp and btmp are created by systemd, so the rules are more appropriate there.

They can be disabled explicitly with something like
  services.ogrotate.paths = {
    "/var/log/btmp".enable = false;
    "/var/log/wtmp".enable = false;
  };
if required.
2022-02-11 20:52:40 +09:00
..
awstats.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
filebeat.nix elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879) 2021-12-17 00:20:52 +09:00
fluentd.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
graylog.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
heartbeat.nix nixos/heartbeat: replace deprecated usage of PermissionsStartOnly 2019-05-25 13:48:41 -04:00
journalbeat.nix Merge pull request #148785 from pennae/more-option-doc-staticizing 2021-12-17 11:14:08 -05:00
journaldriver.nix
journalwatch.nix nixos/*: add trivial defaultText for options with simple defaults 2021-12-02 22:35:04 +01:00
klogd.nix nixos/*: add trivial defaultText for options with simple defaults 2021-12-02 22:35:04 +01:00
logcheck.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
logrotate.nix logrotate: move wtmp/btmp rules to systemd 2022-02-11 20:52:40 +09:00
logstash.nix nixos/logstash: Add logstashJvmOptionsFile option 2021-11-01 16:21:02 +01:00
promtail.nix nixos/promtail: use promtail package 2022-01-23 14:01:29 +01:00
rsyslogd.nix nixos/modules: Remove all usages of types.string 2019-08-31 18:19:00 +02:00
syslog-ng.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
syslogd.nix
SystemdJournal2Gelf.nix nixos/doc: clean up defaults and examples 2021-10-04 12:47:20 +02:00
vector.nix vector: remove deprecated --no-topology 2021-04-05 08:30:52 +09:00