Tizen_4.0 base
[platform/upstream/docker-engine.git] / daemon / logdrivers_linux.go
1 package daemon
2
3 import (
4         // Importing packages here only to make sure their init gets called and
5         // therefore they register themselves to the logdriver factory.
6         _ "github.com/docker/docker/daemon/logger/journald"
7         _ "github.com/docker/docker/daemon/logger/jsonfilelog"
8 )