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 921daf4 commit 1b5f296Copy full SHA for 1b5f296
internal/logging/logger.go
@@ -7,6 +7,10 @@ import (
7
"github.com/scaleway/scaleway-sdk-go/logger"
8
)
9
10
+func init() {
11
+ logger.SetLogger(L)
12
+}
13
+
14
// Logger is the implementation of the SDK Logger interface for this terraform plugin.
15
//
16
// cf. https://godoc.org/github.com/scaleway/scaleway-sdk-go/logger#Logger
0 commit comments