Alexhelkar
Alexhelkar

Reputation: 13

Log4j2 - How to configure JDBC Appender?

Is it possible to configure JDBC appender in log4j v2?


There was no problem to do it in log4j v1.2.9, but i didn't find any information in log4j2 documentation about this. Can anybody help, please?

Upvotes: 1

Views: 765

Answers (1)

Remko Popma
Remko Popma

Reputation: 36754

As of beta4 (and soon to be released beta5) there is no JDBC appender.

I suggest you ask for this feature on the mailing list or by filing a JIRA with your feature request.


UPDATE: beta7 (June 2013) added support for JDBC, JPA, and NoSQL database Appenders.

Upvotes: 4

Related Questions