My application already using the log4j properties to print the logs. Now I like to view those logs in Grafana through loki.
I have installed LOKI and the service is up and running in localhost:3100/metrics and connected the loki service with grafana.
Now I need to pass the log files to LOKI through logback appender. I am not sure how to configure logback appender in my application.
Could some one help me on this