Enable Splunk logdriver for windows

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-11-12 10:57:21 -08:00
parent 8b9856dbd7
commit 705b50850c
1 changed files with 1 additions and 0 deletions

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