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 1317589 commit 6d425a1Copy full SHA for 6d425a1
Sources/HummingbirdCore/HTTPServerHandler.swift
@@ -73,6 +73,7 @@ public final class HBHTTPServerHandler: ChannelInboundHandler {
73
}
74
75
func getErrorResponse(context: ChannelHandlerContext, error: Error, version: HTTPVersion) -> HBHTTPResponse {
76
+ self.responder.logger?.error("\(error)")
77
switch error {
78
case let httpError as HBHTTPError:
79
return httpError.response(version: version, allocator: context.channel.allocator)
0 commit comments