Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
@adivj95
Please try the "Log File" config in the following
View solution in original post
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
Likes
Replies