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

Fixes Python Logging API Change #4923

Merged
merged 10 commits into from Oct 5, 2020
Merged

Commits on Apr 27, 2020

  1. Fixes Python Logging API Change

    The logging module added a stacklevel=1 kwarg in python3.8
    We need to do the same since we override that method.
    Dahfizz9897 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8f0bea7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. uses kwargs instead

    Dahfizz9897 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c58601d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

Commits on May 7, 2020

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

Commits on Jul 31, 2020

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

Commits on Sep 29, 2020

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

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    12ac467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e256c21 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    fc1eda4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.rst

    Co-authored-by: Eugen C. <github@armab.io>
    nmaludy and Eugen C. committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    a70b835 View commit details
    Browse the repository at this point in the history