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: ruby/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.1
Choose a base ref
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.2
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Sep 17, 2024

  1. Fix license link

    JoeDupuis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    195bdd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from JoeDupuis/fix-license-link

    Fix license link
    hsbt authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d1d704a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Enable subclasses to configure level isolation (#103)

    `Logger#with_level` was recently added to enable configuring a
    `Logger`'s level for the duration of a block. However, the configured
    level is always tied to the currently running `Fiber`, which is not
    always ideal in applications that mix `Thread`s and `Fiber`s.
    
    For example, Active Support has provided a similar feature
    (`ActiveSupport::Logger#log_at`) which, depending on configuration, can
    be isolated to either `Thread`s or `Fiber`s.
    
    This commit enables subclasses of `Logger` to customize the level
    isolation. Ideally, it will enable replacing most of Active Support's
    `#log_at`, since both methods end up serving the same purpose.
    skipkayhil authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dae2b83 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    1a64cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7fae5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from mlinksva/pages-license-update

    update license files in rdoc task
    hsbt authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    377b43f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from mlinksva/dist-licenses

    include license texts in gem
    hsbt authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c71f34a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    9512a54 View commit details
    Browse the repository at this point in the history
  2. Bump up 1.6.2

    hsbt committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2d07f08 View commit details
    Browse the repository at this point in the history
Loading