loki4j / loki-logback-appender

Fast and lightweight implementation of Logback appender for Grafana Loki
https://loki4j.github.io/loki-logback-appender/
BSD 2-Clause "Simplified" License
314 stars 27 forks source link

License URL is wrong in pom file #253

Closed danielz1983 closed 2 months ago

danielz1983 commented 2 months ago

I am using the license-maven-plugin and when i am downloading the licenses the plugin fails with

[INFO] --- license:2.4.0:download-licenses (default-cli) @ efnol --- ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... [ERROR] 'https://github.com/loki4j/loki-logback-appender/blob/master/LICENSE.md' returned 404 Not Found

As the url to the license.md is just pointing to the wrong place

https://github.com/loki4j/loki-logback-appender/blob/master/LICENSE.md this points to a 404 page But it actually should point to: https://github.com/loki4j/loki-logback-appender/blob/main/LICENSE

nehaev commented 2 months ago

Hi @danielz1983, yes this makes a perfect sense to me now. Thank you for reporting this! I'll fix this shortly.