Details
Description
Currently, there is no way for module and plugins to add the the log of their cron tasks. If they try to use the Logs model to update a cron log, the change is overridden the next time AbstractCron::log() is called.
We should either:
- Update AbstractCron::log() to account for changes made by plugins/modules
- Make a way for plugins/modules to return output to be displayed and logged