You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to filter out noise, I think the message 🍍 "auth" store installed 🆕 should be made with console.debug() instead of console.log(), in the same fashion of Vite, which use console.debug():
[vite] connecting...
[vite] connected.
[vite] hot updated: /pages/[id].vue
Proposed solution
Log the "store installed" messages with console.debug
This discussion was converted from issue #3010 on July 18, 2025 09:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What problem is this solving
In order to filter out noise, I think the message
🍍 "auth" store installed 🆕
should be made withconsole.debug()
instead ofconsole.log()
, in the same fashion of Vite, which use console.debug():Proposed solution
Log the "store installed" messages with
console.debug
Describe alternatives you've considered
N/A
Beta Was this translation helpful? Give feedback.
All reactions