ci: Run hclogvet across all codebase and fix found issue. (#26545)

This commit is contained in:
James Rasell
2025-08-18 15:06:11 +01:00
committed by GitHub
parent fc0265c56d
commit 1ae83114c1
2 changed files with 10 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ func (d *ExportMonitor) Start() <-chan []byte {
for {
n, readErr := d.ExportReader.Read(logChunk)
if readErr != nil && readErr != io.EOF {
d.logger.Error("unable to read logs into channel", readErr.Error())
d.logger.Error("unable to read logs into channel", "error", readErr.Error())
return
}