@axway/axway-central-cli 2.6.1 → 2.7.0-rc.0

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.
@@ -411,7 +411,7 @@ const askToEnableTransactionLogging = async () => {
411
411
  console.log(_chalk.default.gray(transactionLoggingMessages.samplingPercentageInfoMsg));
412
412
  const samplingPercentage = await (0, _basicPrompts.askInput)({
413
413
  msg: transactionLoggingMessages.enterSamplingPercentage,
414
- defaultValue: 1,
414
+ defaultValue: 10,
415
415
  validate: (0, _basicPrompts.runValidations)((0, _basicPrompts.validateRegex)(_regex.percentageRegex, _regex.invalidPercentage))
416
416
  });
417
417
  let shouldReportAllErrors = _types.YesNo.Yes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.6.1",
3
+ "version": "2.7.0-rc.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {