wttech / APM

AEM Permission Management (APM) is an AEM based, cloud compatible tool focused on streamlining the permission configuration.
Apache License 2.0
54 stars 15 forks source link

Add logging entry indicating that script execution is completed #443

Open jakub-przybytek-wttech opened 2 months ago

jakub-przybytek-wttech commented 2 months ago

I would like to be able to tell from logs when exactly the APM script was being executed. Currently, only start of execution is reported with: https://github.com/wttech/APM/blob/master/app/aem/core/src/main/java/com/cognifide/apm/core/scripts/ScriptManagerImpl.java#L116C5-L116C81

It would be great to see when it finishes with some summary like: status (success vs. fail, execution time, etc).