如何查看 Wicket 应用程序的堆栈跟踪?
我是 Wicket 新手,正在处理现有项目。如何在 UI 上查看来自 Wicket 的堆栈跟踪?目前我看到以下内容:
内部错误
返回首页
我在 log4j.xml
中设置了以下内容,但在日志中也没有看到任何堆栈跟踪:
<logger name="org.apache.wicket">
<level value="DEBUG"/>
</logger>
I am new to Wicket and working on an existing project. How do I see the stack trace from Wicket on the UI? Currently I see the following:
Internal error
Return to home page
I have set the following in log4j.xml
, but don't see any stack traces in the logs either:
<logger name="org.apache.wicket">
<level value="DEBUG"/>
</logger>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
将 web.xml 更新为开发而不是部署
update web.xml to development instead of deployment
此外,调试输出的详细信息由 wicket 的“配置”运行时决定,请参阅 http://clipmarks.com/clipmark/B00CE497-A646-4CB6-B85D-F68332903C5A/
In addition, the detail of debugging output is determined by the "configuration" runtime of wicket, see short explanation at http://clipmarks.com/clipmark/B00CE497-A646-4CB6-B85D-F68332903C5A/