sys-cluster/nomad/files/nomad.logrotated
author Da Risk <da_risk@geekorum.com>
Tue, 15 Dec 2020 13:48:39 -0400
changeset 238 115a8fb29060
parent 237 2dec9f3e7ad5
permissions -rw-r--r--
bump sys-cluster nomad
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
}