diff --git a/app/platform/fabric/gateway/FabricGateway.ts b/app/platform/fabric/gateway/FabricGateway.ts index 9fd4f6fc7..c5bf40eba 100644 --- a/app/platform/fabric/gateway/FabricGateway.ts +++ b/app/platform/fabric/gateway/FabricGateway.ts @@ -137,7 +137,7 @@ export class FabricGateway { // Connect to gateway await this.gateway.connect(this.config, connectionOptions); } catch (error) { - logger.error(`${error}`); + logger.error(`${explorerError.ERROR_1010}: ${JSON.stringify(error, null, 2)}`); throw new ExplorerError(explorerError.ERROR_1010); } }