mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 09:31:29 +00:00
nixos/authelia: complete level enum
This commit is contained in:
@@ -165,10 +165,10 @@ let
|
||||
|
||||
log = {
|
||||
level = mkOption {
|
||||
type = types.enum [ "info" "debug" "trace" ];
|
||||
type = types.enum [ "trace" "debug" "info" "warn" "error" ];
|
||||
default = "debug";
|
||||
example = "info";
|
||||
description = "Level of verbosity for logs: info, debug, trace.";
|
||||
description = "Level of verbosity for logs.";
|
||||
};
|
||||
|
||||
format = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user