Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / adm / gdp-logrotate.conf @ master

History | View | Annotate | Download (218 Bytes)

1
/var/log/gdp/gdp*.log
2
{
3
	# keep 14 days worth of logs, using date in file name
4
	daily
5
	rotate 14
6
	dateext
7
	create 644 gdp gdp
8

    
9
	# don't rotate if file is empty; compress archives
10
	notifempty
11
	compress
12
	delaycompress
13
}