Skip to content

Commit

Permalink
[WFLY-2616] Add SEVERE logging level to the valid list of levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Dec 6, 2013
1 parent 85148ae commit 01ade0f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ public final class LogLevelValidator extends ModelTypeValidator implements Allow
org.jboss.logmanager.Level.FINEST,
org.jboss.logmanager.Level.INFO,
org.jboss.logmanager.Level.OFF,
org.jboss.logmanager.Level.SEVERE,
org.jboss.logmanager.Level.TRACE,
org.jboss.logmanager.Level.WARN,
org.jboss.logmanager.Level.WARNING
Expand Down

0 comments on commit 01ade0f

Please sign in to comment.