something as trivial as appending a bean to an action should be log.DEBUG and 
not log.WARN http://stackoverflow.com/questions/6860186/log-info-vs-log-debug
good catch bruce,
Martin 

______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.

 > Date: Fri, 28 Dec 2012 12:19:25 -0800
> From: bphill...@ku.edu
> To: user@struts.apache.org
> Subject: New Warn Log Messages When Using Struts 2.3.8
> 
> I'm reviewing Struts 2.3.8 and noticed that in the log there are new
> WARN-level messages that were not there in release 2.3.4.1.
> 
> For example:
> 
> 
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.carModels] is not on the excludeParams list
> of patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.email] is not on the excludeParams list of
> patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.firstName] is not on the excludeParams list
> of patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.gender] is not on the excludeParams list of
> patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.lastName] is not on the excludeParams list of
> patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.over21] is not on the excludeParams list of
> patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.phoneNumber] is not on the excludeParams list
> of patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.residency] is not on the excludeParams list
> of patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [personBean.sport] is not on the excludeParams list of
> patterns and will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
> WARNING: Parameter [submit] is not on the excludeParams list of patterns and
> will be appended to action!
> Dec 28, 2012 2:01:43 PM
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger error
> SEVERE: Developer Notification (set struts.devMode to false to disable this
> message):
> Unexpected Exception caught setting 'submit' on 'class
> org.apache.struts.edit.action.EditAction: Error setting expression 'submit'
> with value ['Save Changes', ]
> 
> Is there something I should do in my code/settings in response to the
> WARNING: Parameter ... messages?  In production we usually log at the WARN
> level for dependent artifacts.
> 
> Bruce 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://struts.1045723.n5.nabble.com/New-Warn-Log-Messages-When-Using-Struts-2-3-8-tp5711523.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          

Reply via email to