mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
debug: Remove extra linefeed in monitor.log (#10252)
This commit is contained in:
@@ -567,7 +567,6 @@ func (c *OperatorDebugCommand) startMonitor(path, idKey, nodeID string, client *
|
||||
continue
|
||||
}
|
||||
fh.Write(out.Data)
|
||||
fh.WriteString("\n")
|
||||
|
||||
case err := <-errCh:
|
||||
fh.WriteString(fmt.Sprintf("monitor: %s\n", err.Error()))
|
||||
|
||||
Reference in New Issue
Block a user