-
Nov 29th, 2011, 06:32 PM
#1
Spring Data (MongoDB) Documentation Issue - Log4j settings example incorrect
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules