Skip to content

chore: stop using AgentAPI for sending logs #431

@johnstcn

Description

@johnstcn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions