feat: log robot run
This commit is contained in:
@@ -660,7 +660,7 @@ export async function handleRunRecording(id: string, userId: string) {
|
||||
|
||||
socket.on('ready-for-run', () => readyForRunHandler(browserId, newRunId));
|
||||
|
||||
logger.log('info', `Running recording: ${id}`);
|
||||
logger.log('info', `Running Robot: ${id}`);
|
||||
|
||||
socket.on('disconnect', () => {
|
||||
cleanupSocketListeners(socket, browserId, newRunId);
|
||||
|
||||
Reference in New Issue
Block a user