Skip to content

Commit

Permalink
PAYARA-1759 enable the admin console to support ALL logger level. (pa…
Browse files Browse the repository at this point in the history
…yara#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
  • Loading branch information
smillidge authored and lprimak committed Jul 5, 2017
1 parent 100b6d6 commit 5f7c83b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}" );
/>
</event>
Expand Down

0 comments on commit 5f7c83b

Please sign in to comment.