log4j 附加程序相对于我的 Maven 项目的路径

发布于 2024-11-18 09:53:14 字数 216 浏览 3 评论 0原文

我正在尝试定义一个 log4j 附加程序以保存在我当前的 Maven 项目中(仅适用于开发)。我不希望appender最终出现在我部署的web应用程序中,而是出现在我实际的maven项目中,在源代码旁边,无论我的web应用程序部署在哪里(当然是本地)。

我尝试过各种 Maven(和非 Maven)变量,但没有成功。

我是否缺少一个变量来简单地执行此操作? 任何帮助表示赞赏。 谢谢。

I'm trying to define an log4j appender to be saved in my current maven project (for dev only). I do not want the appender to end up in my deployed webapp, but in my actual maven project, next to the sources, regardless of where my webapp is deployed (locally of course).

I have tried various maven (and non-maven) variables with no luck.

Is there a variable I'm missing to do this simply?
Any help is appreciated.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千鲤 2024-11-25 09:53:14

您是否尝试过将 ${basedir}${basedir}/target 作为 log4j.properties 中的日志文件位置?它应该在构建过程中被过滤。

Have you tried putting ${basedir} or ${basedir}/target as the logfile location in log4j.properties? It should get filtered during the build.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文