c4af8723bd
* WIP: adding a console logger that respect vite.logLevel * adds an optional prefix for messages * remove temporary debug log * typo fix * cleaning up log syntax * fixing logger whitespace * adding README docs * test: disable integration logging in tests * chore: add changeset
5 lines
236 B
Markdown
5 lines
236 B
Markdown
---
|
|
'@astrojs/image': patch
|
|
---
|
|
|
|
The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project.
|