mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Added a LogConfig to the mock tasks
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user