Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit a97bcd5

Browse files
author
Chris Wiechmann
committed
Added a new info message about returned API-Details
1 parent fd0297d commit a97bcd5

File tree

1 file changed

+1
-0
lines changed
  • apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src

1 file changed

+1
-0
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ async function lookupAPIDetails(params, options) {
173173
apiProxy = await _addCustomProperties(apiProxy, groupId, region);
174174
}
175175
}
176+
logger.info(`Return looked up API details based on API-Name: '${apiName}' and apiPath: '${apiPath}': ${JSON.stringify(apiProxy)}`);
176177
cache.set(cacheKey, apiProxy);
177178
return apiProxy;
178179
}

0 commit comments

Comments
 (0)