Open
Description
Spring Boot Admin Server information
-
Version: 3.5.0
-
Spring Boot version: 3.5.0
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.5.0
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: Servlet
Description
Hello.
While viewing a the configured log file in the UI, as soon as a part of it gets skipped, it's not possible to see such part anymore.
According to the documentation, it should be possible to render that part again by requesting it with the Range: bytes=0-<# of skipped bytes>
header.
Therefore, it should be possible to scroll the logs back and forward and fetch the not yet displayed parts accordingly.
Otherwise, if the view is not constantly open, it becomes not so useful once things have been skipped.