-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logger is moving from stdlib to bundled gems in Ruby 3.5, and will start warning on Ruby 3.4. To prevent warnings and later errors for users running bundle exec bin/sequel, this switches to a basic logging approach. Note that this does not support calling Database#sql_log_level= with a value other than :debug, :info, :warn, or :error, but hopefully nobody is doing that in code using bin/sequel. One advantage to this change is it results in slightly less cluttered log output.
- Loading branch information
1 parent
89f8372
commit c1548a2
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters