Hi, We're using Log4J and we are trying to re initialize Log4J after a user has made some configuration changes. More to the point, we want to be able to change the log priority so we can turn on debug tracing without restarting our program. We are able to turn Debugging to so lesser priority (like ERROR or FATAL), but when we go the other way we get an OutOfMemoryException when we make the call:
PropertyConfigurator.configure(props); Please help. We can't really seem to debug this since the stacktrace is blank. Is there something we need to call in addition to this call? Do we have to use the file monitoring stuff? charlie __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>