User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Configuring Shared Database Logging

It is recommended (but optional) to configure a database logger for storing log messages from all MDM instances in one place and then browsing them via the console or REST API. See Logging Configuration for detailed documentation.

The value of the origin parameter should correspond to the value of the serverName parameter in High Availability Component.
Log Appender
<iLogAppenderFactory
    class="com.ataccama.core.persistence.logging.DatabaseLogAppenderFactory"
    origin="mdc2"
    name="db_logger"
    dataSource="log_db"
    tableName="ha_log"
/>

Was this page useful?