We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219409 commit 85fcb6bCopy full SHA for 85fcb6b
README.md
@@ -75,12 +75,12 @@ actor FooService: Service {
75
76
@main
77
struct Application {
78
+ static let logger = Logger(label: "Application")
79
+
80
static func main() async throws {
81
let service1 = FooService()
82
let service2 = FooService()
83
- let logger = Logger(label: "Application")
-
84
let serviceGroup = ServiceGroup(
85
services: [service1, service2],
86
gracefulShutdownSignals: [.sigterm],
0 commit comments