Merge pull request #17948 from LK4D4/splunk_windows
Enable Splunk logdriver for windows Upstream-commit: 318a13b0afbfe652c7b6de660caa6bbbf884e95d Component: engine
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user