Merge pull request #17948 from LK4D4/splunk_windows

Enable Splunk logdriver for windows
This commit is contained in:
Vincent Demeester 2015-11-12 20:44:31 +01:00
commit 318a13b0af

View file

@ -5,4 +5,5 @@ import (
// therefore they register themselves to the logdriver factory.
_ "github.com/docker/docker/daemon/logger/awslogs"
_ "github.com/docker/docker/daemon/logger/jsonfilelog"
_ "github.com/docker/docker/daemon/logger/splunk"
)