How can I re-direct cassandra logs to a different filesystem in Pega 7.2.2?
We have a separate filesystem for application logs and this is where we have PegaRULES, PegaRULES-ALERTS, etc. written to. However, the Cassandra logs are being written to the explicittempdir as defined in the Tomcat context.xml file. I assume that variable ${prpc.logdir} in the Cassandra logback.xml file is set to the explicittempdir and we could change it there; however, the logback.xml file gets overwritten on each restart.
How can I re-direct the Cassandra logs? Can this be done via prlogging.xml?
***Updated by moderator: Lochan to add Categories***