1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Drew Erny d330dc3223 Add support for task and arbitrary combo logs
Refactored the API to more easily accept new endpoints. Added REST,
client, and CLI endpoints for getting logs from a specific task. All
that is needed after this commit to enable arbitrary service log
selectors is a REST endpoint and handler.

Task logs can be retrieved by putting in a task ID at the CLI instead of
a service ID.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2017-04-03 18:40:54 -07:00
..
httputils use t.Fatal() to output the err message where the values used for formatting 2017-02-23 10:16:22 +08:00
middleware Hide command options that are related to Windows 2017-03-12 08:47:17 +02:00
router Add support for task and arbitrary combo logs 2017-04-03 18:40:54 -07:00
middleware.go change comment 2016-08-26 18:30:41 +08:00
profiler.go Correct fmt.Fprintf and t.Fatalf 2017-02-08 12:32:40 +08:00
router_swapper.go
server.go Show stacktrace in daemon logs only if 500 internal error 2017-02-06 10:13:21 -08:00
server_test.go Correct fmt.Fprintf and t.Fatalf 2017-02-08 12:32:40 +08:00