Skip to content

Commit

Permalink
Make Logger a var
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 1, 2021
1 parent 21e7c30 commit 40046a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Hummingbird/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public final class HBApplication: HBExtensible {
public var configuration: Configuration
/// Application extensions
public var extensions: HBExtensions<HBApplication>
/// Logger
public let logger: Logger
/// Logger. Required to be a var by hummingbird-lambda
public var logger: Logger
/// Encoder used by router
public var encoder: HBResponseEncoder
/// decoder used by router
Expand Down

0 comments on commit 40046a6

Please sign in to comment.