tkowalcz / tjahzi

Java clients, log4j2 and logback appenders for Grafana Loki
MIT License
106 stars 18 forks source link

When spring boot application fail to start up due to some exceptions, the log will not send to loki service #132

Open wusunny2022 opened 2 weeks ago

wusunny2022 commented 2 weeks ago

Description When spring boot application fail to start up due to exception (incorrect db settings/custom exceptions), the log will not send to loki service, can we still send to the loki when the application shutdown gracefully? Thanks