Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong class used in logger initialization for ClarinFCSEndpointDescriptionParser? #2

Open
Querela opened this issue Sep 6, 2022 · 0 comments

Comments

@Querela
Copy link
Contributor

Querela commented Sep 6, 2022

private static final Logger logger =
LoggerFactory.getLogger(ClarinFCSClientBuilder.class);

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant