mirror of https://bitbucket.org/ausocean/av.git
Defined new config in revidCLI.go, if using netsender it will be overwritten
This commit is contained in:
parent
99515edee5
commit
7face93de4
|
@ -249,7 +249,7 @@ func main() {
|
|||
config.IntraRefreshPeriod = *configFlags[intraRefreshPeriodPtr]
|
||||
|
||||
// Also give the config a logger object
|
||||
//config.Logger = smartLogger.New(loggerVerbosity, smartLogger.White)
|
||||
config.Logger = smartLogger.New(loggerVerbosity, smartLogger.White)
|
||||
|
||||
//init netsender
|
||||
if *netSenderFlagPtr {
|
||||
|
|
Loading…
Reference in New Issue