## 事象
`db.json` を作成し、以下を実行。
```console
bun json-server db.json -p 3001
```
`http://localhost/posts/` にアクセスするとレスポンスは返却されるが、ターミナルにリクエストのログが表示されない。
### 環境
| 対象 | バージョン |
| --------------- | ----------- |
| [[macOS]] | 15.7.3 |
| [[Bun]] | 1.3.5 |
| [[json-server]] | 1.0.0-beta3 |
## 原因
不明。
## 回避策
0.17系に戻せば動いた。
<div class="link-card-v2">
<div class="link-card-v2-site">
<img class="link-card-v2-site-icon" src="https://github.githubassets.com/favicons/favicon.svg" />
<span class="link-card-v2-site-name">GitHub</span>
</div>
<div class="link-card-v2-title">
Logs not logging in terminal · Issue #1581 · typicode/json-server
</div>
<div class="link-card-v2-content">
npx json-server --watch data/db.json --port 3500 $ npx json-server --watch data/db.json --port 3500 --watch/-w c ...
</div>
<img class="link-card-v2-image" src="https://opengraph.githubassets.com/3cbf5ea1b33404d77c227b640320900fd2f5df4fc3a3cccf0420865ffec23e88/typicode/json-server/issues/1581" />
<a href="https://github.com/typicode/json-server/issues/1581#issuecomment-2683532120"></a>
</div>