Project

General

Profile

« Previous | Next » 

Revision 60309

Added info log with the REST endpoint and parameter of the first call

View differences:

modules/dnet-collector-plugins/trunk/src/main/java/eu/dnetlib/data/collector/plugins/rest/RestIterator.java
130 130

  
131 131
	private void initQueue() {
132 132
		query = baseUrl + "?" + queryParams + querySize + queryFormat;
133
		log.info("REST calls starting with "+query);
133 134
	}
134 135

  
135 136
	private void disconnect() {

Also available in: Unified diff