Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_Logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.5
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.0
Choose a head ref
  • 10 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2024

  1. Update adafruit_logging.py

    ilikecake committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1392cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update the docs

    ilikecake committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4d824c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b02107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    216afff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8153ddc View commit details
    Browse the repository at this point in the history
  5. Update the help text

    ilikecake committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d0691ce View commit details
    Browse the repository at this point in the history
  6. Add author info.

    ilikecake committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f517859 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update adafruit_logging.py

    Update the code to make a subclass of filehandler that implements some of the RotatingFileHandler from: https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler
    ilikecake committed May 17, 2024
    Configuration menu
    Copy the full SHA
    767fda4 View commit details
    Browse the repository at this point in the history
  2. Update adafruit_logging.py

    Remove some debug statements
    ilikecake committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c81d30e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge pull request #56 from ilikecake/filehandler-roll-logs

    Add a log rotation function to the file handler
    FoamyGuy authored May 18, 2024
    Configuration menu
    Copy the full SHA
    f683fef View commit details
    Browse the repository at this point in the history
Loading