Get Log , i have a pre-action that makes an command to generate an dump file for my database. If the pre-action fails, i want to get the log and send to my API. To do that, i've built an exe file that makes a mysqldump command (for example), if this command fails the message error from my programming language return to my api. But if i could get all log from my backup plan it will help me more. I've thought on use post-action to read the log and sent to my API, but the log its written only when pre-action, backup and post-action ends. Any tips, how can i achieve this?