mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
2aff014e5d
Adds a new subcomponent of the agent for queueing up logs until they can be sent over the Agent API. Subsequent PR will change the agent to use this instead of the HTTP API for posting logs. Relates to #10534