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
#10370 Added loglevel filtering for Storybook, but it doesn't work the way I'd expect it to (and is much less useful than it could be as a result).
Current behavior:
✅ Out of the box, it doesn't show any channel messages
✅ When I set logLevel to debug all of those messages show up
❌ When try to filter out those messages using the browser loglevel, the internal messages are getting logged at at the info level
What I want:
Setting the loglevel causes Storybook to emit events "at and above" that loglevel
The loglevel doesn't change from older versions of storybook, e.g. internal events are still emitted at the debug level. That way I can easily turn them on and off in the browser and distinguish them from other "more important" events like loglevel was designed for
The text was updated successfully, but these errors were encountered:
#10370 Added loglevel filtering for Storybook, but it doesn't work the way I'd expect it to (and is much less useful than it could be as a result).
Current behavior:
✅ Out of the box, it doesn't show any channel messages
✅ When I set
logLevel
todebug
all of those messages show up❌ When try to filter out those messages using the browser loglevel, the internal messages are getting logged at at the
info
levelWhat I want:
debug
level. That way I can easily turn them on and off in the browser and distinguish them from other "more important" events like loglevel was designed forThe text was updated successfully, but these errors were encountered: