-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix for rotate_age where Fluentd passes as Symbol #4311
Conversation
Thanks! |
4ec5b7b
to
5649803
Compare
@daipom , have added the DCO to the commits. The second commit do not have any changes actually, since i had missed to add DCO on the first commit, tried to add in the next assuming it would take for other also. Thanks, |
@daipom, have pushed code changes for the tests which were failing and on my local windows env, these loglevel tests have passed. Please do the needful. |
@mrudrego Thanks for fixing the tests, but the new commit does not have DCO. |
…xpects String Signed-off-by: mrudrego <[email protected]>
Signed-off-by: mrudrego <[email protected]> Signed-off-by: mrudrego <[email protected]>
Signed-off-by: mrudrego <[email protected]>
1a7e8ed
to
70cf9bb
Compare
@daipom can you please provide approval for the further checks. Thanks, |
Hi @daipom, can you please do the needful. Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay.
I think we don't need to_s
.
In these contexts, the value should be originally String
.
Signed-off-by: mrudrego <[email protected]>
Signed-off-by: mrudrego <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks so much for this fix!
Fix for rotate_age where Fluentd passes as Symbol while Ruby Logger expects String --------- Signed-off-by: mrudrego <[email protected]> Signed-off-by: mrudrego <[email protected]>
Fix for rotate_age where Fluentd passes as Symbol while Ruby Logger expects String
Which issue(s) this PR fixes:
Fixes #4227
What this PR does / why we need it:
Docs Changes:
Release Note: