6.17.1. Managing Log Files with logrotate

You can manage the logs generated by Tungsten Cluster using logrotate.

  • connector.log

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

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

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