From 3474d4133751aec9612a4d719f366b206ff8d80d Mon Sep 17 00:00:00 2001 From: Steve Millidge Date: Tue, 20 Jun 2017 21:20:45 +0100 Subject: [PATCH] PAYARA-1759 enable the admin console to support ALL logger level. (#1691) * PAYARA-1759 enable the admin console to support ALL logger level. Mitigates issue caused by upstream fix GLASSFISH-21560 * Update loggerLevels.jsf changed comma to space to match other lists in the JSF --- .../common/src/main/resources/configuration/loggerLevels.jsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appserver/admingui/common/src/main/resources/configuration/loggerLevels.jsf b/appserver/admingui/common/src/main/resources/configuration/loggerLevels.jsf index 29409c65299..b5fc8f8ea61 100644 --- a/appserver/admingui/common/src/main/resources/configuration/loggerLevels.jsf +++ b/appserver/admingui/common/src/main/resources/configuration/loggerLevels.jsf @@ -68,7 +68,7 @@ loggerLevels="#{requestScope.loggerLevels.data.extraProperties.logLevels}" loggerList="#{requestScope.tableList}"); - setPageSessionAttribute(key="levelList" value={"OFF" "FINEST" "FINER" "FINE" "CONFIG" "INFO" "WARNING" "SEVERE" "ALERT" "EMERGENCY"}) + setPageSessionAttribute(key="levelList" value={"OFF" "FINEST" "FINER" "FINE" "CONFIG" "INFO" "WARNING" "SEVERE" "ALERT" "EMERGENCY" "ALL"}) gf.isConfigName(configName="#{pageSession.configName}" ); />