Rotate logs
Hi, we are trying to rotate our *.out logs. It's working but after the logs are rotated the original named log gets filled with null characters. Anyone experience this?
We have this in a file on the logrotate.d folder.
/opt/product/fmw/user_projects/domains/ocmt/logs/*.out {
copytruncate
rotate 7
size 10M
}