We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The RequestHelper logs all requests at INFO level by default (https://github.com/LoveTropics/LTDonations/blob/lt23/src/main/java/com/lovetropics/donations/RequestHelper.java#L71-89), which results in the console being filled with HTTP requests on a regular basis. We should drop this down to DEBUG.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The RequestHelper logs all requests at INFO level by default (https://github.com/LoveTropics/LTDonations/blob/lt23/src/main/java/com/lovetropics/donations/RequestHelper.java#L71-89), which results in the console being filled with HTTP requests on a regular basis. We should drop this down to DEBUG.
The text was updated successfully, but these errors were encountered: