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
feat: send logs using agent api v2 if available (#264)
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)
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -388,4 +388,5 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de
388
388
|`--coder-agent-subsystem`|`CODER_AGENT_SUBSYSTEM`|| Coder agent subsystems to report when forwarding logs. The envbuilder subsystem is always included. |
389
389
|`--push-image`|`ENVBUILDER_PUSH_IMAGE`|| Push the built image to a remote registry. This option forces a reproducible build. |
390
390
|`--get-cached-image`|`ENVBUILDER_GET_CACHED_IMAGE`|| Print the digest of the cached image, if available. Exits with an error if not found. |
0 commit comments