Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -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" |