summarylogtreecommitdiffstats
path: root/asciinema.logrotate
blob: 9234435cd82f1c7210f2664639e45d047ec61a1c (plain)
1
2
3
4
5
6
7
8
9
10
# Logrotate settings for the Asciinema Server

/var/log/asciinema/*.log {
	daily
	missingok
	rotate 20
	compress
	notifyempty
	copytruncate
}