Skip to content

Commit 21e2932

Browse files
committed
Add debug logging
1 parent 3396c3e commit 21e2932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/app_scan_steps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ When('the active scan is run', async function () {
369369
});
370370
};
371371

372+
log.debug(`spider.scanAsUser is about to receive the following arguements: contextId: "${contextId}", userId: "${userId}", sutBaseUrl: "${sutBaseUrl}", maxChildren: "${maxChildren}"".`, { tags: [`pid-${process.pid}`, 'app_scan_steps'] });
372373
await zaproxy.spider.scanAsUser(contextId, userId, sutBaseUrl, maxChildren)
373374
.then(zapApiSpiderScanAsUser)
374375
.catch((err) => {

0 commit comments

Comments
 (0)