-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: ruby/logger
base: v1.6.6
head repository: ruby/logger
compare: v1.7.0
- 19 commits
- 9 files changed
- 6 contributors
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 022f304 - Browse repository at this point
Copy the full SHA 022f304View commit details -
Configuration menu - View commit details
-
Copy full SHA for c937598 - Browse repository at this point
Copy the full SHA c937598View commit details -
Refine conversion to path name
Convert the given file name by the dedicated method, and re-use the converted name instead of the given argument.
Configuration menu - View commit details
-
Copy full SHA for 0d1c791 - Browse repository at this point
Copy the full SHA 0d1c791View commit details -
The common part of `shift_log_age` and `shift_log_period`.
Configuration menu - View commit details
-
Copy full SHA for 87b12e8 - Browse repository at this point
Copy the full SHA 87b12e8View commit details -
Let
lock_shift_logreturntrueon successIn the case log shifted by another process, opened log device was returned.
Configuration menu - View commit details
-
Copy full SHA for 4dbc1ac - Browse repository at this point
Copy the full SHA 4dbc1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f89664 - Browse repository at this point
Copy the full SHA 1f89664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e4359 - Browse repository at this point
Copy the full SHA 30e4359View commit details -
Subclasses
initializemust call superWarn wrong code, #100: > Some Ruby apps subclass Logger without running the superclass > constructor, which means that `@level_override` isn't initialized > properly.
Configuration menu - View commit details
-
Copy full SHA for 1efdf6b - Browse repository at this point
Copy the full SHA 1efdf6bView commit details -
[Feature #21133] Add
skip_headeroptionref: https://bugs.ruby-lang.org/issues/21133 Creating a logger automatically writes a hardcoded header comment ("# Logfile created on ..."). While this helps verify that logdev is writable as early as possible (rather than on the first log entry), it also serves as a useful indicator of which program created the logfile. However, this header can introduce unnecessary complexity -- especially when working with third-party tools that need to ignore these lines. This commit introduces a `skip_header` boolean option (default is `false`), allowing API consumers to disable the header if needed.
Configuration menu - View commit details
-
Copy full SHA for 552b075 - Browse repository at this point
Copy the full SHA 552b075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0892e1a - Browse repository at this point
Copy the full SHA 0892e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25df1ed - Browse repository at this point
Copy the full SHA 25df1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7f908 - Browse repository at this point
Copy the full SHA 6f7f908View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80a18e - Browse repository at this point
Copy the full SHA f80a18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e506e5 - Browse repository at this point
Copy the full SHA 9e506e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cfcb5 - Browse repository at this point
Copy the full SHA c1cfcb5View commit details
Commits on Feb 17, 2025
-
Bump step-security/harden-runner from 2.10.4 to 2.11.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.4 to 2.11.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@cb605e5...4d991eb) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 752b50b - Browse repository at this point
Copy the full SHA 752b50bView commit details -
Merge pull request #125 from ruby/dependabot/github_actions/step-secu…
…rity/harden-runner-2.11.0 Bump step-security/harden-runner from 2.10.4 to 2.11.0
Configuration menu - View commit details
-
Copy full SHA for 7922086 - Browse repository at this point
Copy the full SHA 7922086View commit details
Commits on Mar 11, 2025
-
Merge pull request #119 from viralpraxis/add-skip-header-option
[Feature #21133] Add `skip_header` option
Configuration menu - View commit details
-
Copy full SHA for 30a6070 - Browse repository at this point
Copy the full SHA 30a6070View commit details
Commits on Mar 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f474d07 - Browse repository at this point
Copy the full SHA f474d07View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.6...v1.7.0