Merge remote-tracking branch 'origin/master' into 2.3.0

This commit is contained in:
wing328
2017-07-12 21:54:23 +08:00
240 changed files with 17406 additions and 505 deletions

View File

@@ -735,7 +735,7 @@ public class ApiClient {
clientConfig.register(json);
clientConfig.register(JacksonFeature.class);
if (debugging) {
clientConfig.register(LoggingFilter.class);
clientConfig.register(new LoggingFilter(java.util.logging.Logger.getLogger(LoggingFilter.class.getName()), true));
}
return ClientBuilder.newClient(clientConfig);
}