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.
This commit is contained in:
Jade Lovelace 2024-03-23 17:56:30 -07:00
parent 0be9c41d54
commit f96f3c9e30

View File

@ -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
'';
};