sys-cluster/nomad/files/nomad.logrotated
author Da Risk <da_risk@geekorum.com>
Sat, 16 Jan 2021 19:54:18 -0400
changeset 240 aafc0fa0891a
parent 237 2dec9f3e7ad5
permissions -rw-r--r--
sys-cluster/nomad: bump 1.0.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
237
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
/var/log/nomad/nomad.log {
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
	missingok
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
	size 5M
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
	rotate 3
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
	compress
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
	copytruncate
2dec9f3e7ad5 update nomad
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
}