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 logging #73

Merged
merged 4 commits into from
Sep 11, 2019
Merged

Add logging #73

merged 4 commits into from
Sep 11, 2019

Commits on Sep 11, 2019

  1. Add configuration INI file

    Bruno P. Kinoshita authored and kinow committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    8aa8449 View commit details
    Browse the repository at this point in the history
  2. Modify setup.py to include logging INI file in package

    Bruno P. Kinoshita authored and kinow committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    eb8f1b0 View commit details
    Browse the repository at this point in the history
  3. Use a logger for errors and exceptions, loading from a default INI co…

    …nfig by default
    Bruno P. Kinoshita authored and kinow committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ad14367 View commit details
    Browse the repository at this point in the history
  4. Use dictConfig with JSON instead of fileConfig with INI

    Bruno P. Kinoshita authored and kinow committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    03e3a22 View commit details
    Browse the repository at this point in the history