How can I get activity log output when doing curl commands for install or replicate package
If I do a package install or a reinstall using the CRX Package Manager, I get an "Activity Log" at the bottom of the screen which displays details of the install. Is there a way to get these details to output when doing a cURL command? Specifically, I would like the activity log to either 1) show up in the console output of the cURL command, 2) show up in an existing AEM log file, or 3) show up in a new file (the name of which I specify) on the file system. I am doing cURL commands for upload a package and then install a package.
Additionally, can I get these same activity log details when I replicate a package from the author server to the publish server(s)?
I am on AEM 5.6.1 running on RedHat Linux.