Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

feat: logger switch feature is added#86

Merged
xymz merged 6 commits intoline:release/v1.4.0from
chansun:release/v1.4.0
Jan 3, 2023
Merged

feat: logger switch feature is added#86
xymz merged 6 commits intoline:release/v1.4.0from
chansun:release/v1.4.0

Conversation

@chansun
Copy link
Copy Markdown
Contributor

@chansun chansun commented Jan 3, 2023

What kind of change does this PR introduce?

  • bug fix
  • feature
  • docs
  • update

What is the current behavior?

HttpClient instance's logging feature for request/response is always on and cannot be turned off on the .spec file level.

What is the new behavior?

HttpClient instance's logging feature now has a switch to turn on and off the logging feature for request/response.

Other information

e.g., In a spec file, you may choose to turn off logging feature like this.
...
const httpClient = new HttpClient(HOST_URL, SERVICE_API_KEY, SERVICE_API_SECRET); // logging feature is on by default.
httpClient.logOff(); // turn off the logging feature and no more logs are printed
...

@ryukato ryukato closed this Jan 3, 2023
@ryukato ryukato reopened this Jan 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants