0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/.changeset/blue-jars-hang.md
Emanuele Stoppa 8ff7658001
fix: better logging for rewrites (#11505)
* fix: better logging for rewrites

* fix: better logging for rewrites

* apply feedback
2024-07-19 12:45:10 +01:00

281 B

astro
patch

Enhances the dev server logging when rewrites occur during the lifecycle or rendering.

The dev server will log the status code before and after a rewrite:

08:16:48 [404] (rewrite) /foo/about 200ms
08:22:13 [200] (rewrite) /about 23ms