> Martin these are not Log messages but purely System.out.println() method > calls. > > Alex
Looks like there's both:
LOG.info( "Ldap service started." );
System.out.println( "Ldap service started." );
I think it could be useful to have ServiceListeners anyway, but for this case I
would have thought the usual logging configuration would be enough (after the
System.out.printlns have been removed).
Martin
