Skip to content

Commit

Permalink
add two lines banner to start up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Jul 26, 2017
1 parent ee4606c commit baac38f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vflow/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ func GetOptions() *Options {

opts.vFlowPIDWrite()

opts.Logger.Printf("Welcome to vFlow v.%s Apache License 2.0", version)
opts.Logger.Printf("Copyright (C) 2017 Verizon. github.com/VerizonDigital/vflow")

return opts
}

Expand Down

0 comments on commit baac38f

Please sign in to comment.