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 ee4606c commit baac38fCopy full SHA for baac38f
vflow/options.go
@@ -160,6 +160,9 @@ func GetOptions() *Options {
160
161
opts.vFlowPIDWrite()
162
163
+ opts.Logger.Printf("Welcome to vFlow v.%s Apache License 2.0", version)
164
+ opts.Logger.Printf("Copyright (C) 2017 Verizon. github.com/VerizonDigital/vflow")
165
+
166
return opts
167
}
168
0 commit comments