Skip to content

Commit

Permalink
releaseb better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Jan 7, 2024
1 parent e0f5f14 commit 05a4579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/github/sammers/pla/blizzard/BlizzardAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Maybe<JsonObject> maybeResponse(String namespace, String url) {
return token().flatMapMaybe(blizzardAuthToken ->
rpsToken().andThen(
Maybe.defer(() -> {
log.debug("Getting " + url);
log.info("Getting " + url);
return webClient.getAbs(url)
.addQueryParam("namespace", namespace)
.addQueryParam("locale", LOCALE)
Expand Down

0 comments on commit 05a4579

Please sign in to comment.