-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Logger writes to stderr not stdout? #1024
Comments
Logging to stdout would interfere with pipes between processes.
|
That makes sense. This is probably intentional behavior then. Thank you -- closing. |
It causes problems when esbuild is used in rushjs, which detect stderr output as warning, and it will terminate build if the build process generates warning info in CI environment, and it also invalidate rushjs's build cache. microsoft/rushstack#1329 |
This is what the log level setting is for:
|
Not sure if this is intentional but the behavior slightly surprised me when I was working on something else. Here’s a minimal repro screenshot.
The text was updated successfully, but these errors were encountered: