Skip to content

Commit 05eae26

Browse files
authored
Merge pull request #65 from digitalocean/add-version
driver: add version information for each log
2 parents 4bed4b4 + 6268dac commit 05eae26

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[[GH-66]](https://github.com/digitalocean/csi-digitalocean/pull/66)
55
* Validate volume capabilities during volume creation.
66
[[GH-68]](https://github.com/digitalocean/csi-digitalocean/pull/68)
7+
* Add version information to logs
8+
[[GH-65]](https://github.com/digitalocean/csi-digitalocean/pull/65)
79

810
## v0.1.4 - 2018.08.23
911

driver/driver.go

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ func NewDriver(ep, token, url string) (*Driver, error) {
8989
log := logrus.New().WithFields(logrus.Fields{
9090
"region": region,
9191
"node_id": nodeId,
92+
"version": version,
9293
})
9394

9495
return &Driver{

0 commit comments

Comments
 (0)