Commit 3497d08
committed
✨ Add JSON log file output for menubar app
TDD daemon now writes JSON logs to .vizzly/server.log that the
menubar app can read and display. Log format is NDJSON with
timestamp, level, message, and contextual data.
- Configure output.logFile in daemon child process
- Register logFile path in server registry
- Include logFile in server.json for local discovery1 parent 54ce7ce commit 3497d08
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
287 | 300 | | |
288 | 301 | | |
289 | 302 | | |
| |||
309 | 322 | | |
310 | 323 | | |
311 | 324 | | |
| 325 | + | |
312 | 326 | | |
313 | 327 | | |
314 | 328 | | |
| |||
0 commit comments