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 #252

Closed deatechgithub closed 2 months ago

deatechgithub commented 2 months ago

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 @deatechgithub! Sorry, but given this description I'm unable to understand neither the issue you're facing, nor the way it could be potentially solved.

danielz1983 commented 2 months ago

Sorry, i am adding more infos now.

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