summary refs log tree commit diff stats
path: root/init.go
Commit message (Collapse)AuthorAgeFilesLines
* help messageBen Morrison2019-05-131-1/+2
|
* changing flagsBen Morrison2019-05-131-8/+14
|
* handling viper error when binding to pflagsBen Morrison2019-05-131-1/+3
|
* watching for ^C. added comments.Ben Morrison2019-05-131-0/+25
|
* passing logfile as var to closing goroutine to prevent race conditionBen Morrison2019-05-121-9/+9
|
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-26/+54
|
* config fleshed out; using viper+pflagBen Morrison2019-05-121-2/+76
|
* logging initialization in init()Ben Morrison2019-05-111-0/+27