Skip to content

Commit

Permalink
force log flush?
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Dec 20, 2024
1 parent 7fd245a commit a16cb46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func LogForObject(r ReconcilerCommon,
params = append(params, logObjectParams(object)...)

r.GetLogger().Info(msg, params...)
r.GetLogger().Info("\n")
}

// WrapErrorForObject -
Expand Down

0 comments on commit a16cb46

Please sign in to comment.