Stop file-based logging appenders on checkpoint and restart them on restore #38548
Labels
theme: checkpoint-restore
Issues related to coordinated restore at checkpoint
type: enhancement
A general enhancement
Milestone
I am currently working on integrating CRaC support with Spring Boot 3.2.0, as detailed in this GitHub pull request.
During the checkpoint phase, I encountered an issue. It appears that the application's logging file,
/opt/logs/qa-bot.log
(which you can find defined here), may not be closing properly.The application utilizes Logback for logging. Could this be a configuration oversight on my part, or is Logback possibly not yet compatible?
The text was updated successfully, but these errors were encountered: