From f96f3c9e30d4ed127cab3637d2c74face4ecde08 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sat, 23 Mar 2024 17:56:30 -0700 Subject: nixos/keycloak: pass --verbose to starting keycloak This sets the exception handler to show the full exception on startup. We don't think it does anything else, with respect to logging, for instance. Everything else can be configured in the config file, and this is plain reasonable to simply always enable in our view. --- nixos/modules/services/web-apps/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/web-apps/keycloak.nix b/nixos/modules/services/web-apps/keycloak.nix index cf1282b3d4cf4..201085daa74a8 100644 --- a/nixos/modules/services/web-apps/keycloak.nix +++ b/nixos/modules/services/web-apps/keycloak.nix @@ -663,7 +663,7 @@ in '' + '' export KEYCLOAK_ADMIN=admin export KEYCLOAK_ADMIN_PASSWORD=${escapeShellArg cfg.initialAdminPassword} - kc.sh start --optimized + kc.sh --verbose start --optimized ''; }; -- cgit 1.4.1