-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: --loglevel
has no impact on output during build
#22061
Labels
Comments
verbose:
silent:
|
Hmmmm. Looks like this is still an issue since 2021. I'm not sure where the logging output is suppose to go and what is supposed to be contained in those logs but I'd like to pick this up. |
Any updates? I have same issue |
This is still an issue in 2024. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Adding the loglevel flag:
yarn build-storybook --loglevel verbose
seems to not change the output at all, only
info
level is ever shown. If a random string matching no available parameters is used, no error is shown either.To Reproduce
https://github.com/pm0u/storybook-enhanced-resolve-repro
run
yarn build-storybook --loglevel verbose
run
yarn build-storybook --loglevel silent
run
yarn build-storybook --loglevel lskdjflkdjs
None of the above changes the output
System
Additional context
No response
The text was updated successfully, but these errors were encountered: