Skip to content

Commit

Permalink
[MNT-24306] Added Fix for Log4j2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suneet-gupta committed May 14, 2024
1 parent a27f5ad commit e86efd5
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected Map<String, Object> executeImpl(
model.put("fromJava", "HelloFromJava");

logger.debug("Your 'Hello World' Web Script was called!");
logger.error("Your 'Hello World' Web Script was called!");

return model;
}
Expand Down
Loading

0 comments on commit e86efd5

Please sign in to comment.