Signed-off-by: John Howard <jhoward@microsoft.com>
| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,9 +0,0 @@ |
| 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/journald" |
|
| 7 |
- _ "github.com/docker/docker/daemon/logger/jsonfilelog" |
|
| 8 |
- _ "github.com/docker/docker/daemon/logger/syslog" |
|
| 9 |
-) |
| 10 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,9 @@ |
| 0 |
+package daemon |
|
| 1 |
+ |
|
| 2 |
+// Importing packages here only to make sure their init gets called and |
|
| 3 |
+// therefore they register themselves to the logdriver factory. |
|
| 4 |
+import ( |
|
| 5 |
+ _ "github.com/docker/docker/daemon/logger/journald" |
|
| 6 |
+ _ "github.com/docker/docker/daemon/logger/jsonfilelog" |
|
| 7 |
+ _ "github.com/docker/docker/daemon/logger/syslog" |
|
| 8 |
+) |