influxdb/services/copier
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
..
internal Scope all internal protobuf packages 2016-04-05 13:54:21 +01:00
service.go Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
service_test.go Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00