##############################################################################
#
#  Copyright (c) 2005, Doremi Labs, Inc.
#    All rights reserved.
#
#  Redistribution in source or binary forms, with or without
#  modification, are NOT permitted.
#
#    Doremi Labs, Inc.
#    306 East Alameda Avenue
#    Burbank, CA 91502
#    Tel : (818) 562 1101
#    Fax : (818) 562 1109
#
##############################################################################

#
# Logrotate all /doremi/log/*.log files (except kern.log)
#
/doremi/log/[!k]*.log {
	size 1024k
	missingok
	rotate 7
	compress
	copytruncate
	notifempty
}

