I followed steps in this link to install influxdb from Source. (https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
when i got to this step, ----------------------------------------------------------------------- go clean ./... go install ./... ------------------------------------------------------------------------ I encountered these errors. -------------------------------------------------------------------------------- # github.com/influxdata/influxdb/tsdb tsdb/shard.go:150: s.logger.SetOutput undefined (type *log.Logger has no field or method SetOutput) tsdb/store.go:67: s.Logger.SetOutput undefined (type *log.Logger has no field or method SetOutput) -------------------------------------------------------------------------------- How can i fix these error messages?? -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/50b6a79b-ce02-4ca8-81a5-92e417bc154b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
