Home > Q&A > body text
ringa_lee2017-04-17 17:10:15
This log should be generated internally by HttpURLConnection. You can try the following method: final Logger httpLogger = Logger.getLogger(HttpURLConnection.class.getName());httpLogger.setLevel(Level.OFF);