tkowalcz / tjahzi

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

Feature Want: Can we have a config to exit the application when fail to connect to loki service #133

Open wusunny2022 opened 2 weeks ago

wusunny2022 commented 2 weeks ago

Description It will be handy if we can get notice in the log that we failed to connect to the loki service.

Feature want By default: maybe we just warn in the console, will not affect the application start up Change the level: throw an exception so that the application fail to start up

tkowalcz commented 2 weeks ago

Thanks for your suggestions. This sounds reasonable. I'll try to address this.