Skip to content

Commit 2b8b320

Browse files
committed
Clarify init logging changelog
Tighten the changelog wording for the init template logging fix so the startup timing applies to Astro, Nitro, and Next.js, and so the Astro middleware is described as the place where the logging setup is imported. Review comment: #729 (comment) Assisted-by: Codex:gpt-5.5
1 parent 96414ac commit 2b8b320

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ To be released.
1111
### @fedify/init
1212

1313
- Fixed the Astro, Nitro, and Next.js project templates so their generated
14-
*logging.ts* files are loaded during server startup. Nitro projects now
15-
get a server plugin that imports the LogTape configuration, Next.js
16-
projects get an *instrumentation.ts* `register()` hook that imports it in
17-
the Node.js runtime, and Astro projects import it from *src/middleware.ts*
18-
before Fedify handles requests. [[#725], [#727]]
14+
*logging.ts* files are loaded during server startup before Fedify handles
15+
requests. Nitro projects now get a server plugin that imports the LogTape
16+
configuration, Next.js projects get an *instrumentation.ts* `register()`
17+
hook that imports it in the Node.js runtime, and Astro projects import it
18+
in *src/middleware.ts*. [[#725], [#727]]
1919

2020
[#725]: https://github.com/fedify-dev/fedify/issues/725
2121
[#727]: https://github.com/fedify-dev/fedify/pull/727

0 commit comments

Comments
 (0)