influxdb/services/subscriber
Stephen Gutekanst 9dc09c5257 Make logging output location more programmatically configurable (#6213)
This has various benefits:

- Users embedding InfluxDB within other Go programs can specify a different logger / prefix easily.
- More consistent with code used elsewhere in InfluxDB (e.g. services, other `run.Server.*` fields, etc).
- This is also more efficient, because it means `executeQuery` no longer allocates a single `*log.Logger` each time it is called.
2016-04-20 21:07:08 +01:00
..
config.go Comment additions to conform to golint 2015-11-19 11:26:21 +10:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
service.go Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
service_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
udp.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00