Hi, Currently, we use logback as the implementation of slf4j log framwork, so it is included in our binary distribution.
Link to logback: https://mvnrepository.com/artifact/ch.qos.logback/logback-classic However, logback has two license: EPL 1.0, LGPL 2.1. EPL 1.0 is allowed in the binary distribution, but LGPL 2.1 can't be included. In this case, can we use logback as a dependency? Thanks. -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院
