Skip to content

Commit

Permalink
fix(lambda): revert console log to debug log (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge authored May 13, 2024
1 parent 129c69a commit fedb959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-lambda/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const createAndUploadLambdaZip = async (
) => {
const dirname = temp.mkdirSync(); // TODO: May want a way to override this by the user
const zipfile = temp.path({ suffix: '.zip' });
console.log({ dirname, zipfile });
debug({ dirname, zipfile });

artillery.log('- Bundling test data');
const bom = await _createLambdaBom(absoluteScriptPath, absoluteConfigPath);
Expand Down

0 comments on commit fedb959

Please sign in to comment.