nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
378 stars 81 forks source link

Set the log-level on the nuxt storybook node-logger from Nuxt's logLevel #636

Open mehcode opened 2 weeks ago

mehcode commented 2 weeks ago

Currently, there are messages such as

@storybook/cli v8.1.5

info => Starting manager..
info => Starting preview..

that are impossible to remove (from what I can tell). If we can somehow communicate the logLevel settings from Nuxt config down to Storybook, that would be awesome

mehcode commented 1 week ago

This bothered me enough that I followed it all the way up. The CLI doesn't set logLevel properly - https://github.com/storybookjs/storybook/pull/28249