如何在运行时为VERTX阴影罐设置不同的日志记录级别?
vertx starter 使用shadow jar插件打包一个fat-jar
log4j2.xml
将放入jar文件中
如何运行不同日志级别的jar? (使用 springboot,我可以设置 -Dspring.profile.active=test 来使用 application-test.yml 来打开调试日志记录)
vertx starter use shadow jar plugin to package a fat-jar
log4j2.xml
will be put into the jar file
How can I run the jar with different log levels? (With springboot I can set -Dspring.profile.active=test
to use application-test.yml
for switch on debug logging)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过设置
log4j2.configurationFile
系统属性使 Log4j2 使用另一个配置文件,如 文档的配置部分:You can make Log4j2 use another configuration file by setting the
log4j2.configurationFile
system property, as explained in the configuration section of the documentation: