I read through the jstl spec and only found one instance where logging was mentioned. In formatting tags, it says if a key isn't found, it logs it to the servlet context. Will the logging be configurable, so that it can be turned off and on?
the reason I ask is the benchmarks I ran with JProbe has 16,600 logging objects GC-ed. I didn't see a way to turn off logging, since Logger.isLoggingError() and Logger.isLoggingWarning() doesn't read from a configuration file. I could have missed something. thanks peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>