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