Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
8 stars 8 forks source link

Change fragment not found to a warning #1209

Closed rorlic closed 3 months ago

rorlic commented 4 months ago

Currently, when a fragment is not found, the LDES Server logs an error in the log file, e.g.:

2024-03-21T08:14:55.564Z ERROR 1 --- [nio-8080-exec-2] .AdminRestResponseEntityExceptionHandler : Resource of type: fragment with id: http://ldes-server:8080/observations/by-page?pageNumber=10 could not be found.

However, this is not an error on the server side and should be logged as a warning.