flow icon indicating copy to clipboard operation
flow copied to clipboard

Workbox spams browser inspector console

Open jouni opened this issue 10 months ago • 0 comments

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

jouni avatar Apr 17 '24 08:04 jouni