Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: stop using AgentAPI for sending logs #431

Open
johnstcn opened this issue Dec 2, 2024 · 0 comments
Open

chore: stop using AgentAPI for sending logs #431

johnstcn opened this issue Dec 2, 2024 · 0 comments

Comments

@johnstcn
Copy link
Member

johnstcn commented Dec 2, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant