influxdb/services/meta
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
client.go Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
client_test.go CreateShardGroup was incrementing meta data index even when it was idempotent 2016-04-07 11:39:45 -05:00
config.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
config_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
data.go adds shard duration normalization before comparing retention policies 2016-04-13 13:09:20 -05:00
data_test.go make work with p-meta 2016-03-14 16:55:54 +00:00
errors.go Fix meta.Client CreateDatabaseWithRetentionPolicy RPC command 2016-02-16 16:21:26 -05:00
file_unix.go Add platform specific override for file rename. 2016-03-18 21:45:29 +05:30
file_windows.go Add platform specific override for file rename. 2016-03-18 21:45:29 +05:30
meta_test.go
query_authorizer.go adds missing srv.Handler.QueryAuthorizer 2016-02-23 00:02:48 -05:00
response_logger.go
write_authorizer.go add WriteAuthorizer interface 2016-04-19 00:03:57 -04:00