Merge pull request #1135 from crosbymichael/exe-mod

Rename ctx module execuiton->tasks
This commit is contained in:
Kenfe-Mickaël Laventure
2017-07-07 11:13:39 +02:00
committed by GitHub

View File

@@ -186,7 +186,7 @@ func interceptor(
ctx = log.WithModule(ctx, "containerd")
switch info.Server.(type) {
case tasks.TasksServer:
ctx = log.WithModule(ctx, "execution")
ctx = log.WithModule(ctx, "tasks")
case containers.ContainersServer:
ctx = log.WithModule(ctx, "containers")
case content.ContentServer: