File tree Expand file tree Collapse file tree
src/main/java/com/kpelykh/docker/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 138138 <version >${slf4j-api.version} </version >
139139 </dependency >
140140
141+ <dependency >
142+ <groupId >org.slf4j</groupId >
143+ <artifactId >jul-to-slf4j</artifactId >
144+ <version >${slf4j-api.version} </version >
145+ </dependency >
146+
141147 <!-- /// Test /////////////////////////// -->
142148 <dependency >
143149 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 88import com .sun .jersey .api .client .WebResource .Builder ;
99import com .sun .jersey .api .client .config .ClientConfig ;
1010import com .sun .jersey .api .client .config .DefaultClientConfig ;
11- import com .sun .jersey .api .client .filter .LoggingFilter ;
1211import com .sun .jersey .api .json .JSONConfiguration ;
1312import com .sun .jersey .client .apache4 .ApacheHttpClient4 ;
1413import com .sun .jersey .client .apache4 .ApacheHttpClient4Handler ;
@@ -69,7 +68,6 @@ public DockerClient(String serverUrl) {
6968 //client = new UnixSocketClient(clientConfig);
7069
7170 client .addFilter (new JsonClientFilter ());
72- client .addFilter (new LoggingFilter ());
7371 }
7472
7573 /**
You can’t perform that action at this time.
0 commit comments