Commit b5f79b2
PR-Contributor
fix: improve log clarity for stateless mode session termination
In stateless HTTP mode, every request logs 'INFO: Terminating session: None'.
This is correct behavior but confusing to users who assume their connection
is failing.
Changes:
- Downgrade stateless cleanup to DEBUG (routine, not noteworthy)
- Use clearer wording: 'Stateless request completed, cleaning up transport'
- Keep existing INFO-level log for actual session terminations
Fixes #23291 parent 92c693b commit b5f79b2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
771 | 774 | | |
772 | 775 | | |
773 | 776 | | |
| |||
0 commit comments