mirror of https://github.com/docker/docs.git
Enable Splunk logdriver for windows
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
8b9856dbd7
commit
705b50850c
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue