We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212adc0 commit c56ef39Copy full SHA for c56ef39
examples/powertools-examples-core-utilities/sam-bazel/src/main/java/helloworld/App.java
@@ -97,11 +97,6 @@ public APIGatewayProxyResponseEvent handleRequest(final APIGatewayProxyRequestEv
97
}
98
99
100
- @Tracing
101
- private void log() {
102
- log.info("inside threaded logging for function");
103
- }
104
-
105
@Tracing(namespace = "getPageContents", captureMode = CaptureMode.DISABLED)
106
private String getPageContents(String address) throws IOException {
107
URL url = new URL(address);
@@ -110,4 +105,4 @@ private String getPageContents(String address) throws IOException {
110
return br.lines().collect(Collectors.joining(System.lineSeparator()));
111
112
113
-}
108
+}
0 commit comments