Initialize local nsLocker for gateway instances (#8540)

This commit is contained in:
Harshavardhana
2019-11-19 16:45:35 -08:00
committed by GitHub
parent 7cdb67680e
commit 3a34d98db8
2 changed files with 18 additions and 0 deletions

View File

@@ -220,6 +220,8 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
logger.FatalIf(err, "Unable to initialize gateway backend")
}
newObject = NewGatewayLayerWithLocker(newObject)
// Re-enable logging
logger.Disable = false