sys-cluster/nomad/files/nomad.logrotated
author Da Risk <da_risk@geekorum.com>
Mon, 07 Jun 2021 17:50:04 -0400
changeset 245 f42dd80c663c
parent 237 2dec9f3e7ad5
permissions -rw-r--r--
sys-cluster/nomad: bump to version 1.0.4
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
}