It says that to enable the console you need to use console sub tab. But I don’t see any sub tabs or anything related to service worker. There are toggle buttons only.
You can either use about:debugging to have a Service Worker dedicated toolbox, or you can enable an experimental feature: go to about:preferences , search for devtools.debugger.features.windowless-service-workers and set it to true, then restart your regular Devtools toolbox.
We are currently planning to enable this by default soon.
Let us know if you’re still missing your console logs
so with devtools.debugger.features.windowless-service-workers set to true, if you first go to the Debugger, then triggers the action that triggers the logs, then go to the console, do you see them?