Skip to content

Commit d3e3666

Browse files
committed
Drop import
1 parent c98a4ed commit d3e3666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/App/Core/CFRayRouteLoggingMiddleware.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import Dependencies
1615
import Vapor
1716

1817

1918
// Replica of the Vapor RouteLoggingMiddleware that's tweaked to explicitly expose the cf-ray header in the logger metadata for the request.
2019
public final class CFRayRouteLoggingMiddleware: Middleware {
2120
public let logLevel: Logger.Level
22-
21+
2322
public init(logLevel: Logger.Level = .info) {
2423
self.logLevel = logLevel
2524
}

0 commit comments

Comments
 (0)