Merge pull request #1135 from crosbymichael/exe-mod
Rename ctx module execuiton->tasks
This commit is contained in:
commit
5f19850f0f
@ -186,7 +186,7 @@ func interceptor(
|
|||||||
ctx = log.WithModule(ctx, "containerd")
|
ctx = log.WithModule(ctx, "containerd")
|
||||||
switch info.Server.(type) {
|
switch info.Server.(type) {
|
||||||
case tasks.TasksServer:
|
case tasks.TasksServer:
|
||||||
ctx = log.WithModule(ctx, "execution")
|
ctx = log.WithModule(ctx, "tasks")
|
||||||
case containers.ContainersServer:
|
case containers.ContainersServer:
|
||||||
ctx = log.WithModule(ctx, "containers")
|
ctx = log.WithModule(ctx, "containers")
|
||||||
case content.ContentServer:
|
case content.ContentServer:
|
||||||
|
Loading…
Reference in New Issue
Block a user