Skip to content

Commit

Permalink
tweak logging level for failed log line
Browse files Browse the repository at this point in the history
Co-Authored-By: notnoop <[email protected]>
  • Loading branch information
schmichael and notnoop authored Apr 22, 2019
1 parent 269e2c0 commit 0f91277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/allocrunner/taskrunner/logmon_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (h *logmonHook) Prestart(ctx context.Context,
}
if reattachConfig != nil {
if err := h.launchLogMon(reattachConfig); err != nil {
h.logger.Error("failed to reattach to logmon process", "error", err)
h.logger.Warn("failed to reattach to logmon process", "error", err)
}
}

Expand Down

0 comments on commit 0f91277

Please sign in to comment.