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.
2 parents 81a825e + 4a0df50 commit 1f9733dCopy full SHA for 1f9733d
cmd/nginx-supportpkg.go
@@ -46,6 +46,7 @@ func Execute() {
46
}
47
48
collector.Logger.Printf("Starting kubectl-nginx-suportpkg - version: %s - build: %s", version.Version, version.Build)
49
+ collector.Logger.Printf("Input args are %v", os.Args)
50
51
switch product {
52
case "nic":
0 commit comments