Dependency on log4j is not mentioned on the homepage

Bug #494711 reported by David Mohr
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BoneCP
Fix Released
Low
Wallace Wadge

Bug Description

Title says it all. I know log4j is pretty common, but still, it would be nice to know about it before trying bonecp.

Revision history for this message
Wallace Wadge (wwadge) wrote :

You're right. Updating docs right away.

Thanks a lot for reporting!

Changed in bonecp:
importance: Undecided → Low
assignee: nobody → Wallace Wadge (wwadge)
Wallace Wadge (wwadge)
Changed in bonecp:
status: New → Fix Released
Revision history for this message
David Mohr (bugs-da) wrote :

On the same note, log4j needs to get setup. I simply did the following:
   BasicConfigurator.configure(new NullAppender());
Not ideal, but gets rid of the warnings.

Revision history for this message
Wallace Wadge (wwadge) wrote :

The following log4j.properties file will also do:

--
log4j.category.com.jolbox=WARN,Console

# Stdout
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
log4j.appender.Console.layout.ConversionPattern=[%t] %-5p %c %x - %m%n

---

I'll add this in the configuration section too.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.