Signed-off-by: John Howard <jhoward@microsoft.com>
@@ -0,0 +1,7 @@
+package daemon
+
+// Importing packages here only to make sure their init gets called and
+// therefore they register themselves to the logdriver factory.
+import (
+ _ "github.com/docker/docker/daemon/logger/jsonfilelog"
+)
@@ -1,3 +1,5 @@
+// +build linux
package journald
import (
@@ -0,0 +1,3 @@
+// +build !linux
+package journald
package syslog
+package syslog