Skip to content
Snippets Groups Projects
Commit 4f61bdcb33ab authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

PooledEngine: log the engine type

parent bc1830366965
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,10 @@
}
}
log.Info().Int("worker-pool-size", size).Msg("successfully spawned workers")
log.Info().
Str("engine-type", e.Info().Type).
Int("worker-pool-size", size).
Msg("successfully spawned workers")
return &e, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment