move logback.xml for packaging an executable jar

前端之家收集整理的这篇文章主要介绍了move logback.xml for packaging an executable jar前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

when place thelogback.xml under /src/main/resource,the executable jar would not print log in the log file,instead it prints log on console.

after placing thelogback.xml under /src/main/java,everything works well.

Reference:

[1]http://stackoverflow.com/questions/20818665/how-to-setup-logback-configuration

原文链接:https://www.f2er.com/xml/295903.html

猜你在找的XML相关文章