Tweaked README to reflect recent changes in timestamp handling.

This commit is contained in:
Jon Brisbin
2011-03-23 11:55:50 -05:00
committed by J. Brisbin
parent c24327d1bc
commit 7ec8b30fb2

View File

@@ -34,7 +34,7 @@ An example log entry might look like:
"applicationId" : "my.application",
"name" : "org.springframework.data.document.mongodb.log4j.AppenderTest",
"level" : "DEBUG",
"timestamp" : "1300837402444",
"timestamp" : ISODate("2011-03-23T16:53:46.778Z"),
"properties" : {
"property" : "one"
},