@astrojs/node@10.1.4
withastro/astro@astrojs/node@10.1.4Jun 9, 2026by astrobot-houston
AI Summary
This patch release for the Node adapter addresses the logger startup message issue by ensuring the logger is resolved before the server starts listening.
Key Highlights
- Fixes the `experimental.logger` destination not being used for the 'Server listening on...' startup message.
Full Release Notes
### Patch Changes - [#16985](https://github.com/withastro/astro/pull/16985) [`4ecff32`](https://github.com/withastro/astro/commit/4ecff3268acb6ee3db719c4b38bbaead703ff4de) Thanks [@maximslo](https://github.com/maximslo)! - Fixes the `experimental.logger` destination not being used for the "Server listening on..." startup message. The logger is now resolved before the server starts listening, and `adapterLogger` re-creates itself when the underlying logger changes so the startup message uses the correct destination.