influxdb/services/httpd
Jonathan A. Sternberg 0b7c56bcd8 Update the zap logger dependency
The previous sha was taken from a revision on a devel branch that I
thought would continue staying in the tree after it was merged. That
revision was rebased away and the API was changed for the logger.

This updates the usage of the logger and adds a simple package for
constructing the base logger.

The 1.0 version of zap changed the format of the default console logger
so this change moves over to this new logger instead of attempting to
retain backwards compatibility with the old format.
2017-11-10 16:27:16 -06:00
..
config.go NEW max-body-size config; HTTP 413 if body exceeds max size; fixes #8299 2017-06-05 21:38:33 +08:00
config_test.go Add config test; add negative value test 2017-06-06 08:42:45 +08:00
gzip.go rework gzip compressor so it is lazily created for 200 OK requests only 2017-06-05 21:38:32 +08:00
handler.go Update the zap logger dependency 2017-11-10 16:27:16 -06:00
handler_test.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
io.go Add config test; add negative value test 2017-06-06 08:42:45 +08:00
io_test.go NEW max-body-size config; HTTP 413 if body exceeds max size; fixes #8299 2017-06-05 21:38:33 +08:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
pprof.go Adds mutex profile 2017-08-04 14:36:39 +01:00
requests.go cleanup: remove poor usage of ',ok' with maps 2017-08-30 09:49:31 -04:00
response_logger.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
response_writer.go Add message pack formatter 2017-09-29 14:58:38 -05:00
response_writer_test.go Add message pack formatter 2017-09-29 14:58:38 -05:00
service.go Update the zap logger dependency 2017-11-10 16:27:16 -06:00