2015-04-08 21:23:30 -07:00
|
|
|
package daemon
|
|
|
|
|
|
|
|
import (
|
2015-07-30 14:01:53 -07:00
|
|
|
// Importing packages here only to make sure their init gets called and
|
|
|
|
// therefore they register themselves to the logdriver factory.
|
2015-08-05 00:35:06 +00:00
|
|
|
_ "github.com/docker/docker/daemon/logger/awslogs"
|
2016-01-25 14:49:52 -08:00
|
|
|
_ "github.com/docker/docker/daemon/logger/etwlogs"
|
2015-04-08 21:23:30 -07:00
|
|
|
_ "github.com/docker/docker/daemon/logger/jsonfilelog"
|
2015-11-12 10:57:21 -08:00
|
|
|
_ "github.com/docker/docker/daemon/logger/splunk"
|
2015-04-08 21:23:30 -07:00
|
|
|
)
|