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
commit 5f19850f0f

View File

@ -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: