Hi there,
I am looking at setting up a solution for php-error.log
file handling (which for me is necessary until the feature request I set up here is implemented, or some variation of that suggestion).
I have a few questions I'd appreciate info on:
- Am I correct in thinking anything outside the
/var/www/
cannot be relied upon as having persistence between Enhance updates? For example, contents of the /etc/logrotate.d
may be overwritten with Enhance updates, correct?
- Am I correct in thinking anything within the
/var/www/
directory is persistent? So I can set up scripts in that folder and below without concern for them being over-written?
Thank you.