Hi,
We are using AEM author clustering using mongo DB document node store and shared datastore. Earlier we installed crx-quickstart at host level i.e. /abc/app/aem/crx-quickstart/ . Due to some infra changes, we have moved crx-quickstart in both leader and non leader to Shared mount as below. Consider
Leader crx path : /abc/app/sharedmount/aem-leader/crx-quickstart
Non leader crx path: /abc/app/sharedmount/aem-nonleader/crx-quickstart
we are facing issue while configuring the logger
- Conflict of logs in leader and non leader : When we create any new log file in leader with path /abc/app/sharedmount/aem-leader/crx-quickstart/logs/custom.log, same log path in non leader also creating logs instead of non leader path. Which making conflict.
- Relative path: Even though we crated new log file in 'Apache Sling Logging Logger Configuration' with relative path. Sling log configuration it is showing absolute path.
Please find attachments for more info.
Regards,
Guru Pavan