Logback DBAppender for IDP 4.0

Bickel, David jdbickel at iu.edu
Mon Apr 13 14:43:20 EDT 2020


Hi all,

 

I am adjusting our containerized infrastructure that has been on IDP 3.4.6 to use the trusted access platform image for IDP 4.  Thus far everything has gone fairly smoothly aside from the below issue I am facing to ship logs out to SQL Server using the logback appender below.

 

Does anyone have anything similar setup and happen to know if the IDP v4 still supports using com.mchange.v2.c3p0.ComboPooledDataSource to accomplish this task?

 

<appender name="IDP_DB_APPENDER" class="ch.qos.logback.classic.db.DBAppender">
    <connectionSource class="ch.qos.logback.core.db.DataSourceConnectionSource">
        <dataSource class="com.mchange.v2.c3p0.ComboPooledDataSource">
            <driverClass>com.microsoft.sqlserver.jdbc.SQLServerDriver</driverClass>
            <jdbcUrl>${idp.jdbc.url}</jdbcUrl>
            <user>${idp.jdbc.user}</user>
            <password>${idp.jdbc.pass}</password>
        </dataSource>
    </connectionSource>
</appender>

 

Thanks,

--David

 

J. David Bickel

Indiana University

Identity Management Systems

2709 E 10th Street

Bloomington, IN 47408 

812-855-6346 

jdbickel at iu.edu 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200413/5c955bd8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 22467 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20200413/5c955bd8/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5186 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20200413/5c955bd8/attachment.p7s>


More information about the users mailing list