Reduce crowdsec loglevel
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-05-28 12:03:02 +02:00
parent 313913758a
commit 1455814df5

View file

@ -696,6 +696,7 @@ in
RestrictSUIDSGID = true;
ExecStart = "${lib.getExe cscli} --error hub update";
ExecStartPost = "systemctl reload crowdsec.service";
LogLevelMax=5;
};
};
@ -777,6 +778,7 @@ in
"${lib.getExe setupScript}"
"${lib.getExe' cfg.package "crowdsec"} -c ${configFile} -t -error"
];
LogLevelMax=5;
};
};
};