We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e479fe commit efe16feCopy full SHA for efe16fe
internal/generator/generator.go
@@ -373,6 +373,7 @@ func (g *generator) sendSignalToContainers(config config.Config) {
373
return
374
}
375
for _, container := range containers {
376
+ log.Printf("Sending container '%s' signal '%v'", container.ID, config.NotifyContainersSignal)
377
if config.NotifyContainersSignal == -1 {
378
if err := g.Client.RestartContainer(container.ID, 10); err != nil {
379
log.Printf("Error sending restarting container: %s", err)
0 commit comments