Skip to content

Commit

Permalink
[PAXWEB-1248] Lower logging level for unhandled <env-entry> element
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Jan 9, 2020
1 parent bfa50af commit 4d78a90
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -256,9 +256,8 @@ private void parseApp(WebAppType webAppType, WebApp webApp) {
//Descripton Type or Display Name Type contains no valueable information for pax web, so just ignore it
//and make sure there is no warning about it
} else {
LOG.warn("unhandled element [{}] of type [{}]", jaxbElement.getName(), value.getClass().getSimpleName());
LOG.debug("unhandled element [{}] of type [{}]", jaxbElement.getName(), value.getClass().getSimpleName());
}

}
}

Expand Down

0 comments on commit 4d78a90

Please sign in to comment.