Commit 101e881
committed
Opt the streaming story client into log delivery
The streaming story's client asserts that three log messages arrive
during the countdown, but never opted in, so on 2026-07-28 arms it
depended on the server hand-sending the notification around the
per-request log gate. Pass log_level="info" so the story models the
spec-correct opt-in, and rewrite the server comment that promised a
non-deprecated logging helper - protocol logging is deprecated
(SEP-2577), so the raw send is what keeps the example warning-free.1 parent 72ddad4 commit 101e881
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments