Comments

  • Get Log
    All Right! Thanks
  • 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?
  • Get Log
    using this command cbb.exe sendLog ?

    Actually i need to receive the log through my api endpoint.
  • Custom Error Message
    All right, i'll try another approach. Thanks! :D
  • Custom Error Message
    yeah i've tried that, but what i need is for example, if the pre-action is a mysqldump, and the pre-action fails because of a wrong password, how can i catch the mysql message for wrong password
  • Custom Error Message
    yeah i've tried that, but what i need is for example, if the pre-action is a mysqldump, and the pre-action fails because of a wrong password, how can i catch the mysql message for wrong password