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
We currently use a manually-vendored version of codersdk.LogsSender. This is deprecated and will be removed eventually.
Instead, we should use NewLogSender which uses the versioned agent API.
The text was updated successfully, but these errors were encountered:
Closes#260
- Removes manually vendored codersdk, we're back on the real deal now
- Moves logging setup to package internal/eblog
- Modifies logging to use new agent api v2 methods, falling back to PatchLogs
- Adds ENVBUILDER_VERBOSE
Tested manually against Coder version 2.8.0, 2.9.0, and 2.13.0.
(cherry picked from commit 5be0611)
We currently use a manually-vendored version of
codersdk.LogsSender
. This is deprecated and will be removed eventually.Instead, we should use NewLogSender which uses the versioned agent API.
The text was updated successfully, but these errors were encountered: