Skip to content

Commit

Permalink
feat: native Spring Web workloads (aws#335) - removed System.out.prin…
Browse files Browse the repository at this point in the history
…tln in favor of proper logging
  • Loading branch information
deki committed Jan 25, 2024
1 parent 227b2a7 commit 01606c1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ private void eventLoop(ServletWebServerApplicationContext context) {
logger.debug("Response sent: body: " + result.getBody() +
"; status: " + result.getStatusCode() + "; headers: " + result.getHeaders());
}
System.out.println("==> status " + result.getStatusCode());
System.out.println("==> body " + result.getBody());
logger.debug("Response submitted back to the AWS Gateway");
if (logger.isInfoEnabled()) {
logger.info("Result POST status: " + result);
}
Expand Down

0 comments on commit 01606c1

Please sign in to comment.