vpodoprigo

Results 7 comments of vpodoprigo

It always happens after rolling over of logs(i have mixed roll over by size and date)

Hi @erikpetzold. 2) I agree if it happpens once but it goes to loop. ![изображение](https://user-images.githubusercontent.com/99340454/162391497-82074065-96a3-4d4c-8190-30ad2913c319.png) according to the commit i see that next lines were removed: ``` // Reload the...

for the 1 point: after the roll over i see request with `range: bytes= -307200`. it works if there was not rollover but it doesnt work after the first roll...

Additionally to 1): i did experiment via postman. I did the same request as spring boot admin does directly to instance and it works. (url /actuator/logfile range: bytes= -307200) But...

Hi @ulischulte . There is the same issue with latest version. I use the servlet variant of Spring Boot Admin with Eureka Server packed inside. Also tried version where the...

About logging configuration: it is standard spring boot config. The only option i have is ``` logging: file: name: app.log ``` that is all(i dont have any custom logback configurations).

@erikpetzold No. Rollover is the default configuration for file appender in spring boot You can find default config here: \.m2\repository\org\springframework\boot\spring-boot\2.6.3\spring-boot-2.6.3.jar!\org\springframework\boot\logging\logback\file-appender.xml