1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for dot bug. See log4mongo/log4mongo-java#22 More... about 12 years ago
Merge pull request #21 from undso/mongo-java-driver-2.11.4 More... about 12 years ago
Update to mongo-java-driver 2.11.4 without refactoring More... about 12 years ago
Update to mongo-java-driver 2.11.4 More... about 12 years ago
Add the write concern to the test output to clarify why it is slow when fsyncing after every log message More... about 13 years ago
Stringify a StringBuffer as a convenience when bsonifying the log message More... about 13 years ago
more updates to match what Sonatype OSS repo wants in the pom.xml More... about 13 years ago
added maven gpg plugin More... about 13 years ago
Updated versions to match pom.xml and cleaned up instructions More... about 13 years ago
Updated log4mongo-java version to 0.7.3 and updated Mongo Java driver to 2.10.1 More... about 13 years ago
Removed write concern unit test, since it is now in its own test case More... about 13 years ago
Fixed setting of WriteConcern and moved unit test for write concern into a new Test Case More... about 13 years ago
updated driver version More... over 13 years ago
minor code cleanup More... over 13 years ago
Updated code to take writeconcern as a property in log4j.properties file. More... almost 14 years ago
Allowing writeconcern to be set using properties file. More... almost 14 years ago
Converted tabs to spaces and indented some lines More... almost 14 years ago
Added Jay to contributors and updated dependencies used for testing code More... almost 14 years ago
Updated Mongo Java driver to 2.7.3 More... almost 14 years ago
updating it to make it Protected. More... almost 14 years ago
Refactored the code to extract the database Name and Mongo Instances. More... almost 14 years ago
Minor tweaks, mostly formatting, to MDC enhancement More... about 14 years ago
Extracted key names to constants More... about 14 years ago
Replaced tabs with spaces and changed line wrapping to 100. More... about 14 years ago
Added MDC support and ROOT level properties to be added via the log4j properties or XML. More... about 14 years ago
Added support for MDC properties and for root level properties to be added to each log entry. More... about 14 years ago
Enhance unit test for backslashes in message More... over 14 years ago
GFM was working fine, as long as you use 8 spaces instead of 4 for code blocks inside of a list. More... over 14 years ago
Added pre blocks, since GitHub's handling of markdown code blocks is completely broken. Even their sample page for GFM doesn't work. More... over 14 years ago
Escape backslashes in message logged by MongoDbPatternLayout.java. Otherwise, the JSON parser fails to parse the string. More... over 14 years ago