在客户端 Web 服务上使用 JBossWS 时无法找到/更改 log4j 的默认配置
我使用 JBossWS 创建了一个 Web 服务客户端,但现在遇到日志记录问题。似乎正在使用某种默认日志配置(它完全忽略我的 log4j.properties 文件),但我找不到它从哪里获取信息。
有没有办法找到位置配置数据?
I created a web service client using JBossWS and am now having problems with logging. There seems to be some kind of default logging configuration being used (it is ignoring my log4j.properties file entirely), but I can't find where it is getting the information from.
Is there a way to find the location configuration data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过:
jboss-dir/server/{instance}/conf/jboss-log4j.xml
?
Have you checked:
jboss-dir/server/{instance}/conf/jboss-log4j.xml
?