Reduce log level of updateCloudFlareCookies

This commit is contained in:
0xb00bface 2021-01-24 12:59:59 +01:00
parent bd9645105b
commit 10321f32bd
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class MVLiveModel extends AbstractModel {
public void updateCloudFlareCookies() throws IOException, InterruptedException {
String url = "https://" + APP_HOST + "/api/" + getRoomNumber() + "/player-settings/" + getDisplayName();
LOG.debug("Getting CF cookies: {}", url);
LOG.trace("Getting CF cookies: {}", url);
Request req = new Request.Builder()
.url(url)
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)