Manipulating AEM Log Files
In reference to the log files under web consoles -- is there a way to manipulate
the data using an API of sort? Why I want to do this is when developing
for AEM it's inconvenient to go into web console and trying to
find the exception thrown or finding the root error. Especially when thousands of files
are being processed by multiple users. I want to manipulate the data
so I can perhaps find entries after a certain point of time or looking for certain keywords.
This way i can filter out the unnecessary log entries. Also plan on implementing this plan on my computer
so it will have no installation what so ever on AEM.
Thanks.