Made the "logLevel" property for the AppArguments protocol in the sample app target non-optional.
This commit is contained in:
@@ -38,6 +38,6 @@ extension SampleApp {
|
||||
name: .long,
|
||||
help: "A log level to configure in a type that interacts with the logging system."
|
||||
)
|
||||
var logLevel: Logger.Level?
|
||||
var logLevel: Logger.Level = .trace
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user