Jetty Runner IDEA社区记录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jetty Runner IDEA社区记录相关的知识,希望对你有一定的参考价值。

我正在使用Intellij IDEA社区开发一个项目,所以我使用Jetty Runner在localhost中部署我的web应用程序,一切正常,但我想配置有关Jetty的日志,在服务器启动时我看到这种日志:

14:50:20.516 [main] DEBUG o.eclipse.jetty.webapp.WebAppContext - isSystemResource==false org.springframework.expression.spel.ast.OpDec jar:file:/C:/Mario/development/spring/spring5/workspace/springsecurity/chapter02/chapter02.00-calendar/build/exploded/WEB-INF/lib/spring-expression-4.3.11.RELEASE.jar!/org/springframework/expression/spel/ast/OpDec.class 14:50:20.516 [main] DEBUG o.e.jetty.webapp.WebAppClassLoader - WAP webapp loaded class org.springframework.expression.spel.ast.OpDec 14:50:20.516 [main] DEBUG o.eclipse.jetty.webapp.WebAppContext - isSystemResource==false org.springframework.expression.spel.ast.OperatorNot jar:file:/C:/Mario/development/spring/spring5/workspace/springsecurity/chapter02/chapter02.00-calendar/build/exploded/WEB-INF/lib/spring-expression-4.3.11.RELEASE.jar!/org/springframework/expression/spel/ast/OperatorNot.class 14:50:20.517 [main] DEBUG o.e.jetty.webapp.WebAppClassLoader - WAP webapp loaded class org.springframework.expression.spel.ast.OperatorNot 1

我想将粒度从DEBUG更改为有关jetty服务器的信息。

答案

jetty-logging.properties文件放在资源文件夹中并配置日志记录:

# Configure for System.err output
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
# Configure StdErrLog to log all jetty namespace at default of WARN or above
org.eclipse.jetty.LEVEL=INFO

更多信息:https://www.eclipse.org/jetty/documentation/9.4.x/configuring-logging.html

以上是关于Jetty Runner IDEA社区记录的主要内容,如果未能解决你的问题,请参考以下文章

在 jetty-runner 下运行的 web-app 中设置 web 服务器头 (Access-Control-Allow-Origin)

用jetty-runner.jar 运行程序的脚本

IDEA里运行代码时出现*** does not conform to org.specs.runner.JUnit4's selftype org.specs.runner.JUnits错误

Idea+Maven+Jetty,代码修改后,重新部署,无法获取新内容~

jetty+idea 远程调试

idea 中怎么修改jetty的端口号