next.js
5449196b - chore(logging): Disable info logging of critters in production (#62776)

Commit
1 year ago
chore(logging): Disable info logging of critters in production (#62776) Critters uses the `info` logLevel by default. This means that when you enable the experimental `optimizeCss` property, your production logs will be polluted with their logs This sets the log level to warn by default in production, and allows configuration via an environment variable ![CleanShot 2024-03-02 at 18 12 46@2x](https://github.com/vercel/next.js/assets/13029040/aca150e2-31e5-4a3d-a01d-91fce0590c1e) --------- Co-authored-by: JJ Kasper <jj@jjsweb.site>
Author
Parents
Loading