mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix!: remove startup logs eof for streaming (#8528)
* fix: remove startup logs eof for streaming We have external utilities like logstream-kube that may send logs after an agent shuts down unexpectedly to report additional information. In a recent change we stopped accepting these logs, which broke these utilities. In the future we'll rename startup logs to agent logs or something more generalized so this is less confusing in the future. * fix(cli/cliui): handle never ending startup log stream in Agent --------- Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
@ -694,7 +694,6 @@ func StartupLogsNotifyChannel(agentID uuid.UUID) string {
|
||||
|
||||
type StartupLogsNotifyMessage struct {
|
||||
CreatedAfter int64 `json:"created_after"`
|
||||
EndOfLogs bool `json:"end_of_logs"`
|
||||
}
|
||||
|
||||
type closeNetConn struct {
|
||||
|
Reference in New Issue
Block a user