Skip to content

Commit

Permalink
- added log to check encryption status
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalvathreya committed Nov 4, 2024
1 parent 2b4973a commit 9b74ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/driver/controllerserver_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func (cs *ControllerServer) createLinodeVolume(ctx context.Context, label, tags,
}
encryptionStatus = "enabled"
} else {
log.V(4).Info(encryptionStatus, "status")

Check failure on line 268 in internal/driver/controllerserver_helper.go

View workflow job for this annotation

GitHub Actions / ci

odd number of arguments passed as key-value pairs for logging (loggercheck)
encryptionStatus = "disabled"
}

Expand Down

0 comments on commit 9b74ea8

Please sign in to comment.