On Tue, 2005-09-06 at 21:17 +0200, Tomasz Chmielewski wrote:
Michał Kasperczyk schrieb:
I create huge LDAP structure with about 140 000 objects.
After this operation 'du -sh /var/openldap/database' is ~1GB.
What I can do with the log files? Can I delete them or can slapd do it
automatically?
normally, logrotate takes care of log rotating.
in your case, I'd just disable logging in slapd.conf for the creation of
such a big "structure"; or maybe your logging is too verbose?
Just one question: Are you talking about the normal logfiles generated
through syslog or the Berkely logfiles generated by back-bdb?