Skip to content

Commit

Permalink
Add logging for missing application stack in JAXRSConfiguration
Browse files Browse the repository at this point in the history
Information is useful when there is more than one stack, but this information is missing.
  • Loading branch information
Gcolon021 committed Mar 12, 2024
1 parent 57ec71a commit 99fb059
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private void initializeApplicationStack() {
ctx.close();
} catch (NamingException e) {
// Currently, this parameter is optional and only used if there is more than one application stack.
logger.info("No application stack found. This is only a problem if there is more than one application stack.");
application_stack = null;
}
}
Expand Down

0 comments on commit 99fb059

Please sign in to comment.