Skip to content

Commit

Permalink
Merge pull request #357 from poikilotherm/355-context-loglevel
Browse files Browse the repository at this point in the history
355 - EE10: switch PrettyContext loglevel to trace
  • Loading branch information
lincolnthree authored Nov 4, 2022
2 parents 878b598 + 76473af commit fd0c2f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ protected PrettyContext(final HttpServletRequest request)
requestURL = requestURL.decode();

requestQuery = QueryString.build(request.getQueryString());

log.trace("Initialized PrettyContext");
log.info("Initialized PrettyContext (has support for Jakarta EE9+)");
}

/**
Expand Down

0 comments on commit fd0c2f4

Please sign in to comment.