Skip to content

Commit

Permalink
PAYARA-1759 enable the admin console to support ALL logger level. (#1691
Browse files Browse the repository at this point in the history
)

* 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 Jun 20, 2017
1 parent 80289e7 commit 3474d41
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 3474d41

Please sign in to comment.