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:
parent
8b9856dbd7
commit
705b50850c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue