Skip to main content
Tungsten Clustering

Managing Log Files with logrotate

You can manage the logs generated using logrotate.

  • Connector Log File: connector.log

    /opt/continuent/tungsten/tungsten-connector/log/connector.log {
    notifempty
    daily
    rotate 3
    missingok
    compress
    copytruncate
    }
  • Manager Log File: tmsvc.log

    /opt/continuent/tungsten/tungsten-manager/log/tmsvc.log {
    notifempty
    daily
    rotate 3
    missingok
    compress
    copytruncate
    }
  • Replicator Log File: trepsvc.log

    /opt/continuent/tungsten/tungsten-replicator/log/trepsvc.log {
    notifempty
    daily
    rotate 3
    missingok
    compress
    copytruncate
    }