Skip to content

Commit 9abbe8e

Browse files
author
Sebastien Stormacq
committed
remove forced trace level for logging
1 parent 5529cae commit 9abbe8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ internal struct LambdaHTTPServer {
125125
_ closure: sending @escaping () async throws -> Result
126126
) async throws -> Result {
127127

128-
var l = Logger(label: "HTTPServer")
129-
l.logLevel = .trace
130-
let logger = l
131-
132128
let channel = try await ServerBootstrap(group: eventLoopGroup)
133129
.serverChannelOption(.backlog, value: 256)
134130
.serverChannelOption(.socketOption(.so_reuseaddr), value: 1)

0 commit comments

Comments
 (0)