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 d5d2eb1 commit 8aca823Copy full SHA for 8aca823
cmd/main.go
@@ -70,7 +70,7 @@ func main() {
70
log.SetFormatter(&log.JSONFormatter{})
71
}
72
log.SetOutput(os.Stdout)
73
- log.Printf("CYBERTEC-pg-operator %s\n", version)
+ log.Printf("CYBERTEC-pg-operator %s", version)
74
75
sigs := make(chan os.Signal, 1)
76
stop := make(chan struct{})
0 commit comments