Skip to content

Add logrotate.conf settings to deal with high volume of logs #3

Description

@billglick

Need to do something to handle crazy volume of log files that can fill disks rapidly.

e.g. add the following to /etc/logrotate.conf to match other LDAP servers:

# rotate log files weekly
weekly
maxsize 200M

...

# uncomment this if you want your log files compressed
compress
compresscmd /bin/bzip2
uncompresscmd /bin/bunzip2
compressoptions -9
compressext .bz2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions