forked from ianhuang/Apex-Batch-Job-Scheduler
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey Dennis,
awesome tool from an awesome guy 😉
we have several batch jobs scheduled which is working fine. But for logging, we are using Nebula Logger since the tool is more sophisticated for logging. Is it possible to combine both? The batch job logs can show whether the job was successfull, but Nebula allows us to log business logic related issues, but there we don't see whether the job was successful. It would be great to allow users to select the logging system.
Process could look like:
- Batch Orchestrator starts with a job.
- In the code of the job, we are using Logger.info to log stuff
- Job was successful, so Orchestrator marks the log as successful (or at least, not as an error)
- Both information (Status of job + business logic) is stored in one log
If business logic calls Logger.error(), the job/log should be marked as failed.
Metadata
Metadata
Assignees
Labels
No labels