Maven记录:info和error工作,但debug不工作。

huangapple go评论63阅读模式
英文:

maven logging: info and error work but debug dont

问题

I wrote a maven plugin and use also logging based on org.apache.maven.plugin.logging.Log. Info i sent and also errors do well, but no debug info although debug info from elsewhere can be seen. I use with -e option and with -debug option.

我编写了一个Maven插件,并且使用基于 org.apache.maven.plugin.logging.Log 的日志记录。我发送的信息和错误都正常,但是没有调试信息,尽管可以从其他地方看到调试信息。我同时使用 -e 选项和 -debug 选项。

我同时使用Maven和Maven插件API的版本为3.9.1。

英文:

I wrote a maven plugin and use also logging based on org.apache.maven.plugin.logging.Log. Info i sent and also errors do well, but no debug info although debug info from elsewhere can be seen. I use with -e option and with -debug option.

I use both maven and the maven plugin api with version 3.9.1.

答案1

得分: 1

There is no -debug option. See mvn --help:

-X,--debug                             生成执行调试输出

注意双破折号。

英文:

There is no -debug option. See mvn --help:

-X,--debug                             Produce execution debug output

Note the double hyphen.

huangapple
  • 本文由 发表于 2023年5月20日 22:42:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/76295779.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定