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:
commit
318a13b0af
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue