asanchez75 / log4jdbc

Automatically exported from code.google.com/p/log4jdbc
0 stars 0 forks source link

Wrong Connection Appender Name in Example Log4j XML #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 matthewt...@gmail.com on 26 Jun 2014 at 7:03