influxdb/services
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
..
admin Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
collectd Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
continuous_querier Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
copier Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
graphite Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
httpd Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
meta Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
opentsdb Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
precreator Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
retention Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
snapshotter Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
subscriber Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
udp Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00