KEMBAR78
Clean up `next build` output · Issue #15281 · vercel/next.js · GitHub
Skip to content

Clean up next build output #15281

@Timer

Description

@Timer

Feature request

Next.js emits a lot of information on build, including all redirects, rewrites, and headers. This can be quite overwhelming even though the information is unnecessary most of the time.

Describe the solution you'd like

We should hide all but necessary information behind a --verbose or -v flag sent to the next build command for troubleshooting.

Describe alternatives you've considered

Maybe -d / --debug to match the Vercel CLI since -v can be used for version.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions