Hi all, not sure where to post this exactly, but I've been playing around with Spring Data for a bit now and noticed a doc issue. In section 5.1 it says that the following log4j configuration properties will coerce Spring Data for MongoDB to send its debug output to standard out:

log4j.category.org.springframework.data.document.mongodb=DEBUG
log4j.appender.stdout.layout.ConversionPattern=%d{ ABSOLUTE} %5p %40.40c:%4L - %m%n

(Emphasis mine)

This document package doesn't exist, so these lines won't actually do anything. Removing that from the configuration files does work. If there's a bug database somewhere I can access, I'm happy to file one.

Thanks,

- Mike Allen