Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add job error logging #309

Open
wants to merge 2 commits into
base: 4
Choose a base branch
from

Commits on Jun 9, 2020

  1. Add job error logging

    Use a job error logger which logs all of the issues inside job messages. If job execution fails and triggers errors, all relevant information will be present in the job messages which makes the debugging process for developer that much easier.
    
    - Add Logger class
    - Add unit test for Logger class
    - Update README document
    shoosah committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6312ddf View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    218fcdb View commit details
    Browse the repository at this point in the history