Roger Keays wrote:
> Should I file a bug? I have a simple patch which just creates a new
> ClassLoaderLogInfo for every readConfiguration() call and lets the
> garbage collector to delete the old one.
Patches are best attached to bug reports. They tend to get lost in the
noise on the lists if not
Hi there,
I first ran into bug 39627 [1] when trying to get my logging working
properly and got to have a pretty thorough read of the JULI code. I
noticed that the readConfiguration(stream) method doesn't reset the
configuration properly. It just calls a super.reset(), but the
superclass does