But when I open the console app on my Mac and change the build configuration to release, I see the type field empty when filtering by subsystem.
What am I missing in this setup? I have followed this guide: Convenient Logging in Swift and used the exact same code. The only changes are made in subsystem and queue label names. In the output for the tutorial, you can see the type of log which gets decided by log level. What am I missing?
This configure function is called in application(_:didFinishLaunchingWithOptions:).
I am using Willow v6.0.0. In it, I am creating a release level logger like this:
But when I open the console app on my Mac and change the build configuration to release, I see the type field empty when filtering by subsystem.
What am I missing in this setup? I have followed this guide: Convenient Logging in Swift and used the exact same code. The only changes are made in subsystem and queue label names. In the output for the tutorial, you can see the type of log which gets decided by log level. What am I missing?
This
configure
function is called inapplication(_:didFinishLaunchingWithOptions:)
.