github.com/chenchun/docker@v1.3.2-0.20150629222414-20467faf132b/daemon/logdrivers_windows.go (about) 1 package daemon 2 3 // Importing packages here only to make sure their init gets called and 4 // therefore they register themselves to the logdriver factory. 5 import ( 6 _ "github.com/docker/docker/daemon/logger/jsonfilelog" 7 )