diff --git a/README.md b/README.md index 885463a..5c773f9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ are available (custom settings which the user can define for runtime execution) ***Key features:*** - Execute custom script in background - Report the current execution state to the customer in the Pimcore admin +- Define loggers (email, file, application logger)... per process - View detailed debug log information in the Pimcore admin - Scripts are monitored and you will receive an email if a job fails - Provide custom actions after a job has finished (e.g download a file) @@ -29,6 +30,9 @@ Job execution state: Job configuration: ![process-manager-job-management](./doc/img/process-manager-job-management.jpg) +Define Loggers per process / job: +![process-manager-job-management](./doc/img/loggers.png) + Callback settings (user defined runtime settings): ![callback-settings](./doc/img/callback-settings.jpg) diff --git a/doc/img/loggers.png b/doc/img/loggers.png new file mode 100644 index 0000000..bc3de46 Binary files /dev/null and b/doc/img/loggers.png differ diff --git a/doc/img/process-manager-job-management.jpg b/doc/img/process-manager-job-management.jpg index f3deeba..28b9940 100644 Binary files a/doc/img/process-manager-job-management.jpg and b/doc/img/process-manager-job-management.jpg differ