forked from SW/traefik
FIX Logging call.
This commit is contained in:
@@ -518,7 +518,7 @@ func (p *Provider) parseService(ctx context.Context, service swarmtypes.Service,
|
||||
}
|
||||
dData.NetworkSettings.Networks[network.Name] = network
|
||||
} else {
|
||||
logger.Debug().Msgf("Network not found, id: %s", net.Target)
|
||||
logger.Debugf("Network not found, id: %s", net.Target)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user