Stop logrotate from rotating my user's logs

turbo2ltr

Verified User
Joined
Nov 29, 2021
Messages
19
A user has logs in
Code:
/home/[user]/doimains/[domain]/logs
DA seems to have started rotating these logs which is very undesirable. These are not system logs, they are logs the web application creates from cron jobs that need to be referred to days later for debugging.

I tried looking at the files in
Code:
/etc/logrotate.d
to see if I can find anything that would explain how it's finding these logs, but was unable to.

Can someone tell me how to stop this behavior for a particular directory?
 
Back
Top