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
Envbuilder currently uses codersdk.AgentLogSender to send logs back to Coder.
This unfortunately requires us to check the Coder version to see if it supports AgentAPI v2 or v1, and engage the correct log sender in each case. It also requires us to import coder/coder as a dependency.
It would be nice if we could avoid this
Proposed solution
Unknown yet. Is there another way to send logs to Coder?
The text was updated successfully, but these errors were encountered:
Problem
Envbuilder currently uses
codersdk.AgentLogSender
to send logs back to Coder.This unfortunately requires us to check the Coder version to see if it supports AgentAPI v2 or v1, and engage the correct log sender in each case. It also requires us to import
coder/coder
as a dependency.It would be nice if we could avoid this
Proposed solution
Unknown yet. Is there another way to send logs to Coder?
The text was updated successfully, but these errors were encountered: