Reduce log level
This commit is contained in:
parent
f45991effc
commit
ef66aebeda
|
@ -309,7 +309,7 @@ public class ChaturbateModel extends AbstractModel {
|
|||
lastStreamInfoRequest = Instant.now();
|
||||
if (response.isSuccessful()) {
|
||||
String content = response.body().string();
|
||||
log.debug("Raw stream info for model {}: {}", getName(), content);
|
||||
log.trace("Raw stream info for model {}: {}", getName(), content);
|
||||
streamInfo = mapper.readValue(content, StreamInfo.class);
|
||||
return streamInfo;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue