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

Renamed error field and improved logging #35

Merged
merged 18 commits into from Dec 4, 2017

Commits on Nov 22, 2017

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

Commits on Nov 24, 2017

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

Commits on Nov 25, 2017

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

Commits on Nov 28, 2017

  1. Previously there was only logging output when the --debug flag was

    present.  I changed it so that the warn and error messages will still
    be output even if the --debug is not present.
    jsf9k committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    8173729 View commit details
    Browse the repository at this point in the history
  2. Revamped the logging. All logging is now done through handle_error

    and handle_syntax error.  In addition, log output now includes the
    function name, filename, and line number from where the logging
    information originated.
    
    The logging information that is printed to the console also includes a
    timestamp.
    jsf9k committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    cc6d3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f6770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e424c0 View commit details
    Browse the repository at this point in the history
  5. Fix flake8 error

    jsf9k committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    bf3c86d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfad46c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b364d55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24e82e3 View commit details
    Browse the repository at this point in the history
  9. * Noticed that if the SPF query returns a "temperror" then a logging

      statement is made but nothing is stored in "Syntax Errors" or
      "Debug".  I remedied that.
    * Further refinements to logging.  Mostly cosmetic.
    jsf9k committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    8835801 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

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

Commits on Dec 2, 2017

  1. Rearranged some imports

    jsf9k committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    1b27451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd1d07 View commit details
    Browse the repository at this point in the history
  3. Renamed debug to debug_info

    jsf9k committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    bea61f2 View commit details
    Browse the repository at this point in the history
  4. Cosmetic change

    jsf9k committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    56abb03 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Cosmetic change to docstring

    jsf9k committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    7f50db1 View commit details
    Browse the repository at this point in the history