-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not accept :daily
as shift_age
#46
Comments
@sonots seems like a developer-friendly addition. What are your thoughts on this? |
matzbot
pushed a commit
to ruby/ruby
that referenced
this issue
Jun 6, 2024
Fixed at 83502c2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logger.new
fails ifshift_age
is a symbol.Error:
Environment:
Expected behavior (My suggestion for design change):
Logger.new('a.log', :daily)
works as well asLogger.new('a.log', 'daily')
.The text was updated successfully, but these errors were encountered: