chore(cmd/joj3): only log program name
This commit is contained in:
parent
29d34dd822
commit
0e365a43ae
|
@ -45,7 +45,7 @@ func Run(conf *conf.Conf, runID string) error {
|
||||||
if text == "" {
|
if text == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
slog.Info(fmt.Sprintf("%s %s", name, cmdArgs[0]), "stderr", text)
|
slog.Info(name, "stderr", text)
|
||||||
}
|
}
|
||||||
wg.Done()
|
wg.Done()
|
||||||
if scanner.Err() != nil {
|
if scanner.Err() != nil {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user