flow
flow copied to clipboard
Workbox spams browser inspector console
Description of the bug
When adding the @PWA
annotation to my app, there are so many messages from Workbox, that my own console.log() messages get lost, and I have to resort to using just the warning level and console.warn().
Expected behavior
No workbox log messages by default. If I need to debug the service worker, I can somehow opt-in to seeing the workbox log messages.
Minimal reproducible example
Download a Vaadin project from start.vaadin.com. Add the @PWA annotation to the Application class.
Versions
- Vaadin / Flow version: Vaadin 24.4.0.alpha22
- Java version: 17
- OS version: macoS
- Browser version (if applicable): Chrome