vuejs / pinia

🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
https://pinia.vuejs.org
MIT License
12.72k stars 996 forks source link

Disable console log "x store installed" messages #2702

Closed martinszeltins closed 3 weeks ago

martinszeltins commented 3 weeks ago

What problem is this solving

I can't find anywhere how to disable these console.log messages:

🍍 "session" store installed 🆕
🍍 "app" store installed 🆕
🍍 "printer" store installed 🆕

It would be nice to be able to turn these notifications off about installed stores. They are just spamming my console.

Proposed solution

Perhaps a config options to turn them off?

Describe alternatives you've considered

No response

posva commented 3 weeks ago

IIRC there is an option in the devtools options for it. If not, i will add this to the list of the devtools issue