log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

Wrong Connection Appender Name in Example Log4j XML

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

What steps will reproduce the problem?
1. Change the jdbc.connection logger to INFO
2. Execute a Java application using log4jdbc to connect to a database.
3. No ./logs/connection.log file is created.

What is the expected output? What do you see instead?

A ./logs/connection.log file is created.

What version of the product are you using? On what operating system?

log4jdbc1.2
Windows 7

Please provide any additional information below.

The "jdbc-connection" appender should be renamed to "connection-appender".

Original issue reported on code.google.com by [email protected] on 26 Jun 2014 at 7:03

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter