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

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

View file

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