DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12213>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12213 Validator does not seem to be using commons-logging Summary: Validator does not seem to be using commons-logging Product: Struts Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I seem to be able to turn off logging for all struts/commons components using a log4j.properties file. However, since the 1.1 Beta 2 release, I can't seem to get rid of Validator's logging. Here's the start of my console's log: Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml' Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: required,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: minlength,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: maxlength,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: mask,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: byte,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: short,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: integer,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: long,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: float,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: double,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: date,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: range,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: creditCard,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Add ValidatorAction: email,org.apache.struts.util.StrutsValidator Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Loading validation rules file from '/WEB-INF/validation.xml' Aug 30, 2002 9:58:36 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Adding FormSet 'FormSet: language=null country=null variant=null -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>