You'll have to check your class path. You're definitely getting a log4j.properties file somewhere that's setting the debug level to DEBUG. You could explicit try setting the org.displaytag package debug level to WARN or ERROR or something, but my guess would be that, if something is setting it to DEBUG, that's coming first on the class path and will basically hide another log4j.properties.
Marcus Leon said: > Does anyone know how you get rid of entries like this? > 2005-10-05 16:05:14,151 [ault'] DEBUG tags.TableTag - [null] doEndTag - > end > > I tried modifying or even removing Log4j.properties but it doesn't seem to > do anything. > > Thanks! > -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. Get out of control, but appear under control. It's not bad to alarm other people, though--it's good for them.--Hunter S. Thompson ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

