Skip to content

Commit baac38f

Browse files
committed
add two lines banner to start up logging
1 parent ee4606c commit baac38f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vflow/options.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ func GetOptions() *Options {
160160

161161
opts.vFlowPIDWrite()
162162

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+
163166
return opts
164167
}
165168

0 commit comments

Comments
 (0)