test pc hace 3 años
padre
commit
68fc548ea8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -350,7 +350,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
 
   async walking(request: MoveRequest) {
     this.latestWalkingRequest = request;
-    this.logger.log('walking', request);
+    this.logger.log('walking-trace_id', request.trace_id);
     // 进入正常walking流程
     if (!this.onMoving.getValue()) {
       this.latestWalkingRequest = null;