|
|
@@ -260,8 +260,8 @@ export class MetaGateway
|
|
|
});
|
|
|
this.sceneService.init(requestPayLoad);
|
|
|
this.logger.log(
|
|
|
- 'start and send to gprc sceneService,method=>init',
|
|
|
- JSON.stringify(requestPayLoad),
|
|
|
+ 'info',
|
|
|
+ 'requestPayLoad' + JSON.stringify(requestPayLoad),
|
|
|
);
|
|
|
|
|
|
const startReply = {
|