Browse Source

Windows: Enable fluentd logdriver

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 năm trước cách đây
mục cha
commit
cff9679c6c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      daemon/logdrivers_windows.go

+ 1 - 0
daemon/logdrivers_windows.go

@@ -5,6 +5,7 @@ import (
 	// therefore they register themselves to the logdriver factory.
 	_ "github.com/docker/docker/daemon/logger/awslogs"
 	_ "github.com/docker/docker/daemon/logger/etwlogs"
+	_ "github.com/docker/docker/daemon/logger/fluentd"
 	_ "github.com/docker/docker/daemon/logger/jsonfilelog"
 	_ "github.com/docker/docker/daemon/logger/logentries"
 	_ "github.com/docker/docker/daemon/logger/splunk"