Update to new logging version
This commit is contained in:
@ -5,5 +5,7 @@ var env = try Environment.detect()
|
||||
try LoggingSystem.bootstrap(from: &env)
|
||||
let app = Application(env)
|
||||
defer { app.shutdown() }
|
||||
try configure(app)
|
||||
try app.run()
|
||||
Task {
|
||||
try await configure(app)
|
||||
try app.run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user