You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that probably the wrong class was being used for initializing the logger. Logging shows WARN [date+time] eu.clarin.sru.client.fcs.ClarinFCSClientBuilder: Endpoint superflously declared supported layers (<SupportedLayers> without providing the 'advanced-search' (http://clarin.eu/fcs/capability/advanced-search) capability
which is slightly confusing when hunting and exterminating bugs since the logging call was made in ClarinFCSEndpointDescriptionParser instead of ClarinFCSClientBuilder.
The text was updated successfully, but these errors were encountered:
fcs-simple-client/src/main/java/eu/clarin/sru/client/fcs/ClarinFCSEndpointDescriptionParser.java
Lines 58 to 59 in 83edb19
I noticed that probably the wrong class was being used for initializing the logger. Logging shows
WARN [date+time] eu.clarin.sru.client.fcs.ClarinFCSClientBuilder: Endpoint superflously declared supported layers (<SupportedLayers> without providing the 'advanced-search' (http://clarin.eu/fcs/capability/advanced-search) capability
which is slightly confusing when hunting and exterminating bugs since the logging call was made in
ClarinFCSEndpointDescriptionParser
instead ofClarinFCSClientBuilder
.The text was updated successfully, but these errors were encountered: