Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make curl log level configurable by exchange #467

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

sjanel
Copy link
Owner

@sjanel sjanel commented Oct 24, 2023

Curl request calls and request replies log levels can now be customized in exchangeconfig.json file:

      "logLevels": {
        "requestsCall": "debug",
        "requestsAnswer": "trace"
      }

@sjanel sjanel added the enhancement New feature or request label Oct 24, 2023
@sjanel sjanel force-pushed the feature/curl-log-levels-configurable-by-exchange branch from e2525b5 to f380a28 Compare October 24, 2023 15:07
@sjanel sjanel merged commit 9fa20fe into main Oct 24, 2023
15 checks passed
@sjanel sjanel deleted the feature/curl-log-levels-configurable-by-exchange branch October 24, 2023 15:47
@sjanel sjanel linked an issue Oct 24, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable log level of requests
1 participant