storybook icon indicating copy to clipboard operation
storybook copied to clipboard

direct logs to stdout

Open ohana54 opened this issue 1 year ago • 0 comments

Issue: #14621

What I did

Changed the default log output to stdout. For npm, making the default stderr makes sense (as the maintainers claim), but I believe this is not true for storybook.

I didn't add tests as we mock npmlog in the logger tests, let me know if we need to add a test and what would be the preferred approach.

How to test

  • [ ] Is this testable with Jest or Chromatic screenshots?
  • [ ] Does this need a new example in the kitchen sink apps?
  • [ ] Does this need an update to the documentation?

If your answer is yes to any of these, please make sure to include it in your PR.

ohana54 avatar Oct 11 '22 10:10 ohana54