# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without warranty of any kind.

/var/log/kube-ovn/*.log {
    daily
    copytruncate
    rotate 7
    size 100M
    compress
    sharedscripts
    missingok
    postrotate
    endscript
}
