nixos/kanidm: don't set RUST_LOG in systemd service
setting RUST_LOG in the systemd service means that the serverSettings.log_level option is pretty much useless, as RUST_LOG takes precedence
This commit is contained in:
@@ -907,7 +907,6 @@ in
|
||||
TemporaryFileSystem = "/:ro";
|
||||
}
|
||||
];
|
||||
environment.RUST_LOG = "info";
|
||||
};
|
||||
|
||||
systemd.services.kanidm-unixd = mkIf cfg.enablePam {
|
||||
|
||||
Reference in New Issue
Block a user