diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 4b0001a5..943b546a 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -66,6 +66,8 @@ export class GameController public gameStart(_url: string, _info: IEmptyRequestData, sessionID: string, startTimeStampMS: number): void { + this.logger.debug(`Started game with sessionId: ${sessionID}`); + // Store start time in app context this.applicationContext.addValue(ContextVariableType.CLIENT_START_TIMESTAMP, startTimeStampMS);