Skip to content

Commit 5964c80

Browse files
Merge pull request #44 from qavajs/disable-extended-logging-flag
- 🚀 added `logPayload` boolean flag to enable/disable extended logging
2 parents 4c44247 + 49a8f09 commit 5964c80

File tree

7 files changed

+539
-225
lines changed

7 files changed

+539
-225
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ All notable changes to the "@qavajs/steps-api" will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
:rocket: - new feature
8+
89
:beetle: - bugfix
10+
911
:x: - deprecation
12+
1013
:pencil: - chore
1114

15+
## [1.1.0]
16+
- :rocket: added `logPayload` boolean flag to enable/disable extended payload logging
17+
1218
## [1.0.0]
1319
- :pencil: bumped dependencies
1420
- :x: decommissioned step _Response {string} Status Code {apiValidation} {string}_

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @qavajs/steps-api
2-
Step library to work with API
2+
qavajs steps to work with web API
33

44
## Installation
55

@@ -11,7 +11,10 @@ module.exports = {
1111
default: {
1212
require: [
1313
'node_modules/@qavajs/steps-api/index.js'
14-
]
14+
],
15+
api: {
16+
logPayload: false //display payload logs - default true
17+
}
1518
}
1619
}
1720
```

0 commit comments

Comments
 (0)