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 5529cae commit 9abbe8eCopy full SHA for 9abbe8e
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -125,10 +125,6 @@ internal struct LambdaHTTPServer {
125
_ closure: sending @escaping () async throws -> Result
126
) async throws -> Result {
127
128
- var l = Logger(label: "HTTPServer")
129
- l.logLevel = .trace
130
- let logger = l
131
-
132
let channel = try await ServerBootstrap(group: eventLoopGroup)
133
.serverChannelOption(.backlog, value: 256)
134
.serverChannelOption(.socketOption(.so_reuseaddr), value: 1)
0 commit comments