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: mccright/PythonLoggingExamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: code_here_then_dependency_check
Choose a base ref
...
head repository: mccright/PythonLoggingExamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 24, 2023

  1. Merge pull request #6 from mccright/code_here_then_dependency_check

    Merge pull request #5 from mccright/main
    mccright authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7548f90 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update readme.md

    Added a couple log references
    mccright committed May 5, 2023
    Configuration menu
    Copy the full SHA
    feafc3d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Update devClient.py

    Tried catching some exceptions to remove linter errors
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    3141305 View commit details
    Browse the repository at this point in the history
  2. Update devClient.py

    Added requests.get timeout
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e654843 View commit details
    Browse the repository at this point in the history
  3. Update devClient.py

    Added another requests timeout
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d93e378 View commit details
    Browse the repository at this point in the history
  4. Update devClient.py

    Commented out some overly-broad exception code
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    4e70a3a View commit details
    Browse the repository at this point in the history
  5. Update devClient.py

    Trying to fix a lint error associated with 'ConnectionError'
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    b6c84f2 View commit details
    Browse the repository at this point in the history
  6. Update devClient.py

    Still trying to get the exceptions correct
    mccright committed May 14, 2023
    Configuration menu
    Copy the full SHA
    189e053 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update devClient.py

    Added a little logging to this debugging script
    mccright committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2c830e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update readme.md

    Added a reminder to create another example using a configuration file
    mccright committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cd5c9ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Update readme.md

    Reminder to experiment with logparser
    mccright committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7d9594b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Update readme.md

    Added "Assisted Log Enabler for AWS"
    mccright committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    45801f2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Update readme.md

    Added a bullet for "An Intro to Logging with Loguru." by Mike Driscoll
    mccright committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8311525 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update readme.md

    Added an essay "Python Logging - The Log Levels." By Mike Driscoll
    mccright committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e49234d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Update readme.md

    Added a couple bullets to works by Mike Driscoll & Colin Chan
    mccright committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4528e51 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Update readme.md

    Added a bullet for Loggly.
    mccright committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    a43b32e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Mentioned LogGuru_Crypt and ulogger

    Added pointer to "LogGuru_Crypt", a project to add encryption to loguru.  Also added a bullet for "ulogger.'
    mccright committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6557ad2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Updated Loguru version

    Updated Loguru version from 0.5.3 to 0.7.3.
    Removed a copyright.
    mccright committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    bd36f1a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Replaced a deprecated use of 'datetime.'

    Replaced a deprecated use of 'datetime.'
    mccright committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    624fdcf View commit details
    Browse the repository at this point in the history
Loading