We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c7ac5 commit 4322d82Copy full SHA for 4322d82
pkg/controller/launch/logging.go
@@ -30,7 +30,7 @@ func (npm *LoggingPoolManager) GetStatus() (status *PoolStatus, err error) {
30
func (npm *LoggingPoolManager) SetStatus(status *PoolStatus) (err error) {
31
defer func(begin time.Time) {
32
npm.Logger.Log(
33
- "msg", "wrote node pool status",
+ "msg", "wrote status",
34
"running", status.Running,
35
"starting", status.Starting,
36
"stopping", status.Stopping,
0 commit comments