On Jun 28, 2006, at 1:31 PM, Dennis Kubes wrote:
Anybody know what this code is the configuration constructor is for? if (LOG.isDebugEnabled()) {LOG.debug(StringUtils.stringifyException(new IOException("config()")));}
That looks like something I would have done. Sorry about that. It is debugging code (obviously) that is effectively printing a call stack when that method is called.
-- Owen
