Rename ctx module execuiton->tasks
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
59772ba745
commit
b82107db87
@ -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