1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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"
)