blob: 6fcc2409061afe6e58ca0b38c3b1b8d53c0a8686 [file] [log] [blame]
package daemon
import (
// Importing packages here only to make sure their init gets called and
// therefore they register themselves to the logdriver factory.
_ "github.com/moby/moby/v2/daemon/logger/awslogs"
_ "github.com/moby/moby/v2/daemon/logger/fluentd"
_ "github.com/moby/moby/v2/daemon/logger/gcplogs"
_ "github.com/moby/moby/v2/daemon/logger/gelf"
_ "github.com/moby/moby/v2/daemon/logger/journald"
_ "github.com/moby/moby/v2/daemon/logger/jsonfilelog"
_ "github.com/moby/moby/v2/daemon/logger/local"
_ "github.com/moby/moby/v2/daemon/logger/loggerutils/cache"
_ "github.com/moby/moby/v2/daemon/logger/splunk"
_ "github.com/moby/moby/v2/daemon/logger/syslog"
)