Closed ChristophB closed 8 months ago
It seems to me as if one of the adapter messages is still on log level "warning":
top-backend$ ack "Could not load " -B 2 tmp
src/main/java/care/smith/top/backend/service/PhenotypeQueryService.java
158- } catch (Exception e) {
159- LOGGER.fine(
160: String.format("Could not load data adapter configs from dir '%s'.", dataSourceConfigDir));
src/main/java/care/smith/top/backend/service/nlp/DocumentQueryService.java
176- } catch (Exception e) {
177- LOGGER.fine(
178: String.format("Could not load text adapter configs from dir '%s'.", dataSourceConfigDir));
src/main/java/care/smith/top/backend/configuration/nlp/DocumentQueryConfigMap.java
175- LOGGER.warning(
176- String.format(
177: "Could not load text adapter configs from dir '%s'. Using default adapter settings.",
@ChristophB: Added a commit to reduce those log levels accordingly.
DocumentQueryConfigMap.java
will be removed with the upcoming changes to the document search.
Testing this as usual with a rebase on the https://github.com/konradhoeffner/top-modules fork and I still get the warning:
However I will investigate whether this is some caching issue.