From 2afe9533d0fa93809ce4c739e2f0201c161e2917 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 26 Feb 2025 01:24:35 +0100 Subject: [PATCH] feat(rundeck): Add debug log level --- templates.d/rundeck/fqdn_context.env | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates.d/rundeck/fqdn_context.env b/templates.d/rundeck/fqdn_context.env index ea5b693..f019237 100644 --- a/templates.d/rundeck/fqdn_context.env +++ b/templates.d/rundeck/fqdn_context.env @@ -9,7 +9,8 @@ # Other available defaults # RESTARTPOLICY=always # -# Defaults to "info" +# Defaults to "warn" +# Can be for example debug, info, warn, error # RUNDECK_LOGGING_LOGLEVEL_DEFAULT=debug # RUNDECK_LOGGING_LOGLEVEL_ROOT=debug # RUNDECK_LOGGING_LOGLEVEL_HIBERNATE=debug @@ -17,7 +18,4 @@ # RUNDECK_LOGGING_LOGLEVEL_SPRINGBEAN=debug # RUNDECK_LOGGING_LOGLEVEL_INTERNALS=debug # RUNDECK_LOGGING_LOGLEVEL_GRAILS=debug -# RUNDECK_LOGGING_LOGLEVEL_JETTY=debug -# -# Defaults to empty string, set to anything to activate -# RUNDECK_LOGGING_AUDIT_ENABLED= \ No newline at end of file +# RUNDECK_LOGGING_LOGLEVEL_JETTY=debug \ No newline at end of file