"Stéphane A. Schildknecht" stephane.schildknecht at postgresqlfr.org
Wed Dec 17 03:08:47 PST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kevin Kempter a écrit :
> Hi all;
> 
> what's the recommended/best practice method(s) of rotating/archiving the
> slon logs ?
> 

Hi,

I personnaly do use logrotate, with such a configuration :

var/log/slony/*.log {
  weekly
  rotate 8
  copytruncate
  delaycompress
  compress
  notifempty
  missingok
}

As I don't have a high level of log in slon configuration, rotating every week
is enough.

Regards,
- --
Stéphane Schildknecht
PostgreSQLFr - http://www.postgresql.fr
Dalibo - http://www.dalibo.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJSN2/A+REPKWGI0ERAknZAJ48Jwtwzl9AgiMBxSmzJ0f9ZQGuhgCgnljc
DWSDP8DJvexFsBRsRAOb44c=
=A3vt
-----END PGP SIGNATURE-----


More information about the Slony1-general mailing list