Hello Community,
I'm looking to change the log files path for AEM logs. Currently, the default location is under crx-quickstart/logs/ However, I'd like to relocate all log files to a new location: /var/log/aem/
Any suggestions on how to achieve this?
Solved! Go to Solution.
Views
Replies
Total Likes
Please try the "Log File" config in the following
Does symlink cater your requirement? From /var/log folder create a symlink as
`ln -s ../../crx-quickstart/logs aem`
So when you do tail -f /var/log/aem, it opens file from symlink.
Views
Like
Replies