Skip to content
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

feat(esbuild): default log-level flag to warning, unless overridden #2664

Merged
merged 1 commit into from
May 11, 2021

Conversation

mattem
Copy link
Collaborator

@mattem mattem commented May 9, 2021

esbuild defaults the --log-level flag to info which includes an output file summary (I think this used to be a separate flag 🤷). This can lead to spammy build logs and redundant output under bazel as output file paths will be duplicated.

Unless overridden by the user with the args attribute, default the --log-level flag to warning which only includes erorrs and warnings about the build, and not the output file summary.

@alexeagle alexeagle merged commit 8ffea3e into bazel-contrib:stable May 11, 2021
@mattem mattem deleted the feat/esbuild-log-level branch May 11, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants