精通 Grails: 在企业中使用 Grails
2009-10-26 00:00:00 来源:WEB开发网看一下 JConsole。在 log4j 文件夹下,您应该可以看到根 MBean。可以看到优先级属性被设置为 ERROR,就像在 Config.groovy 中一样。双击 ERROR 值并输入 TRACE,如图 6 所示:
图 7. 将根登录程序优先级从 ERROR 更改为 TRACE
为了验证控制台比以前更好用,在浏览器中,在 Grails 应用程序的主页上单击到 AirportMappingController 的链接。在大量新的输出中,您应该可以找到一些有关 Grails 如何导入初始列表的详细信息。请参阅清单 8 中的样例:
清单 8. 增加 log4j 输出[11277653] metaclass.RedirectDynamicMethod
Dynamic method [redirect] looking up URL mapping for
controller [airportMapping] and action [list] and
params [["action":"index", "controller":"airportMapping"]]
with [URL Mappings
------------
org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping@1bab0b
/rest/airport/(*)?
/(*)/(*)?/(*)?
]
[11277653] metaclass.RedirectDynamicMethod Dynamic method
[redirect] mapped to URL [/trip/airportMapping/list]
[11277653] metaclass.RedirectDynamicMethod Dynamic method
[redirect] forwarding request to [/trip/airportMapping/list]
[11277653] metaclass.RedirectDynamicMethod Executing redirect
with response
[com.opensymphony.module.sitemesh.filter.PageResponseWrapper@19243f]
什么时候可以安全忽略 Fatal Error?
更多精彩
赞助商链接