Skip to content

Commit

Permalink
Lower log level
Browse files Browse the repository at this point in the history
This is an expected error
  • Loading branch information
albertvaka authored and pgimalac committed May 12, 2023
1 parent f7cc57f commit 5efea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gohai/processes/gops/process_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func GetProcesses() ([]*ProcessInfo, error) {

processInfo, err := newProcessInfo(p, pid, totalMem)
if err != nil {
log.Infof("Error fetching info for pid %d: %s", pid, err)
log.Debugf("Error fetching info for pid %d: %s", pid, err)
continue
}

Expand Down

0 comments on commit 5efea1d

Please sign in to comment.