You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
### Added
12
12
13
13
- Add support for CLI global flag configurations through the `coder.globalFlags` setting.
14
-
- Add logging for all REST and some WebSocket traffic, with REST verbosity configurable via `coder.httpClientLogLevel` (`none`, `basic`, `headers`, `body`).
15
-
-An Axios interceptor that tags each request with a UUID to correlate with its response and measure duration.
16
-
-Lifecycle logs for WebSocket creation, errors, and closures.
14
+
- Add logging for all REST traffic. Verbosity is configurable via `coder.httpClientLogLevel` (`none`, `basic`, `headers`, `body`).
15
+
-Add lifecycle logs for WebSocket creation, errors, and closures.
16
+
-Include UUIDs in REST and WebSocket logs to correlate events and measure duration.
0 commit comments