From 6bb0aa8c90cb5f85f35c9088469fb715720d00cd Mon Sep 17 00:00:00 2001 From: Sudharsan Selvaraj Date: Thu, 25 Jan 2024 16:41:58 +0530 Subject: [PATCH] add logs to listener (#19) --- src/plugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin.ts b/src/plugin.ts index 4437674..9fa784a 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -157,6 +157,7 @@ export class AppiumInterceptorPlugin extends BasePlugin { throw new Error('Proxy is not active for current session'); } + log.info(`Stopping listener with id: ${id}`); return proxy.removeSniffer(id); }