Use the same logLevel globally
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
Currently, tsup's logs are very confusing, there are [its own](https://github.com/egoist/tsup/blob/d428ce7be1/src/log.ts), there are various plugins (such as esbuild, [svelte](https://github.com/egoist/tsup/blob/d428ce7be1341fe7c8d6f745eaa0676f9eeeea89/src/esbuild/svelte.ts#L84)), which can easily lead to developers accidentally [break the consistency of the log](https://github.com/egoist/tsup/blob/d428ce7be1341fe7c8d6f745eaa0676f9eeeea89/src/esbuild/svelte.ts#L99), it is time to unify them.
Contributor guide
Assessment
This issue has not been assessed yet.