9dc09c5257
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. |
||
---|---|---|
.. | ||
internal | ||
client.go | ||
client_test.go | ||
config.go | ||
config_test.go | ||
data.go | ||
data_test.go | ||
errors.go | ||
file_unix.go | ||
file_windows.go | ||
meta_test.go | ||
query_authorizer.go | ||
response_logger.go | ||
write_authorizer.go |