You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/AwsHttpServletRequest.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public String getRequestedSessionId() {
107
107
108
108
@Override
109
109
publicHttpSessiongetSession(booleanb) {
110
-
log.warn("Trying to access session. Lambda functions are stateless and should not rely on the session");
110
+
log.debug("Trying to access session. Lambda functions are stateless and should not rely on the session");
0 commit comments