tango-app-api-audit 3.5.9 → 3.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-audit",
3
- "version": "3.5.9",
3
+ "version": "3.5.10",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -597,6 +597,7 @@ export async function getAuditFile( req, res ) {
597
597
  },
598
598
 
599
599
  };
600
+ logger.info( { fetchData: fetchData, msg: msg, inputData: inputData, type: 'debug-bucketNameIssue' } );
600
601
  const list = msg.zone_id === 'track' ? inputData.nextId? await scrollResponse( inputData.nextId ):await searchOpenSearchData( msg.index_name, getQuery ): await listFileByPath( fetchData );
601
602
  const folderPath = msg.zone_id === 'track' ? list?.body?.hits?.hits : list.data;
602
603
  const nextQuery =msg.zone_id !== 'track' ? list.pageToken: '';