Browse code

Windows: Enable fluentd logdriver

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/11/09 12:54:57
Showing 1 changed files
... ...
@@ -5,6 +5,7 @@ import (
5 5
 	// therefore they register themselves to the logdriver factory.
6 6
 	_ "github.com/docker/docker/daemon/logger/awslogs"
7 7
 	_ "github.com/docker/docker/daemon/logger/etwlogs"
8
+	_ "github.com/docker/docker/daemon/logger/fluentd"
8 9
 	_ "github.com/docker/docker/daemon/logger/jsonfilelog"
9 10
 	_ "github.com/docker/docker/daemon/logger/logentries"
10 11
 	_ "github.com/docker/docker/daemon/logger/splunk"