Made the "logLevel" property for the AppArguments protocol in the sample app target non-optional.
This commit is contained in:
@@ -26,7 +26,7 @@ protocol AppArguments {
|
||||
var port: Int { get }
|
||||
|
||||
/// A log level to configure in a type that interacts with the logging system.
|
||||
var logLevel: Logger.Level? { get }
|
||||
var logLevel: Logger.Level { get }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user