Files
docker-cli/components/engine/api/client
Ahmet Alp Balkan b1b57c9cd4 daemon: Logging drivers refactoring
- noplog driver pkg for '--log-driver=none' (null object pattern)
- centralized factory for log drivers (instead of case/switch)
- logging drivers registers themselves to factory upon import
  (easy plug/unplug of drivers in daemon/logdrivers.go)
- daemon now doesn't start with an invalid log driver
- Name() method of loggers is actually now their cli names (made it useful)
- generalized Read() logic, made it unsupported except json-file (preserves
  existing behavior)

Spotted some duplication code around processing of legacy json-file
format, didn't touch that and refactored in both places.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Upstream-commit: 3a8728b431df07249ad913ea9a12e27dc39b8956
Component: engine
2015-05-12 19:11:52 +00:00
..
2015-04-23 00:58:13 +02:00
2015-05-09 10:02:46 +08:00
2015-05-05 15:59:17 +08:00
2015-04-30 14:43:14 -07:00
2015-04-27 21:50:33 +02:00
2015-04-22 13:51:57 -07:00
2015-05-05 15:59:17 +08:00
2015-04-27 21:50:33 +02:00
2015-04-24 08:38:14 +08:00
2015-05-05 15:59:17 +08:00
2015-05-05 15:59:17 +08:00
2015-05-12 19:11:52 +00:00
2015-05-05 15:59:17 +08:00
2015-04-27 21:50:33 +02:00
2015-05-05 15:59:17 +08:00
2015-05-05 15:59:17 +08:00
2015-05-05 15:59:17 +08:00
2015-04-27 21:50:33 +02:00
2015-05-05 15:59:17 +08:00
2015-04-11 20:04:34 +08:00
2015-05-05 15:59:17 +08:00
2015-03-29 03:22:46 +02:00
2015-04-27 21:50:33 +02:00
2015-05-05 15:59:17 +08:00
2015-04-30 01:35:16 +02:00
2015-05-05 15:59:17 +08:00