Project

General

Profile

Statistics
| Branch: | Revision:

gdp-if / mqtt-gateway / mqtt-gdp-gateway-logrotate.conf @ master

History | View | Annotate | Download (230 Bytes)

1 e1ecf4e5 Eric Allman
/var/log/gdp/mqtt-gdp-gateway.log
2
{
3
	# keep 14 days worth of logs, using date in file name
4
	daily
5
	rotate 14
6
	dateext
7 ff3fd61b Eric Allman
	create 644 gdp gdp
8 e1ecf4e5 Eric Allman
9
	# don't rotate if file is empty; compress archives
10
	notifempty
11
	compress
12 ff3fd61b Eric Allman
	delaycompress
13 e1ecf4e5 Eric Allman
}