[
https://issues.apache.org/struts/browse/WW-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Newton closed WW-3096.
---------------------------
Resolution: Not A Problem
I don't know; have you considered reading the Java logging and/or GAE
documentation? Closing issue; if anybody thinks the logging level should be
changed feel free to patch but I think it's appropriate as-is.
> change log level from "warn" to "debug" in
> org.apache.struts2.components.ServletUrlRenderer
> -------------------------------------------------------------------------------------------
>
> Key: WW-3096
> URL: https://issues.apache.org/struts/browse/WW-3096
> Project: Struts 2
> Issue Type: Improvement
> Reporter: zhouyanming
>
> we are not always only use struts2,sometimes need use spring action
> process,like <s2:form action="/thisisspringaction">
> so change
> if (namespace != null) {
> LOG.warn("No configuration found for the specified action: '" +
> actionName + "' in namespace: '" + namespace + "'. Form action defaulting to
> 'action' attribute's literal value.");
> }
> to
> if (namespace != null && LOG.isDebugEnabled())) {
> LOG.debug("No configuration found for the specified action: '"
> + actionName + "' in namespace: '" + namespace + "'. Form action defaulting
> to 'action' attribute's literal value.");
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.