Added a LogConfig to the mock tasks

This commit is contained in:
Diptanu Choudhury
2016-02-10 17:46:35 -08:00
parent 1d79ba7a18
commit f3261ac9be

View File

@@ -102,6 +102,7 @@ func Job() *structs.Job {
PortLabel: "admin",
},
},
LogConfig: structs.DefaultLogConfig(),
Resources: &structs.Resources{
CPU: 500,
MemoryMB: 256,
@@ -177,6 +178,7 @@ func SystemJob() *structs.Job {
},
},
},
LogConfig: structs.DefaultLogConfig(),
},
},
},