-
Notifications
You must be signed in to change notification settings - Fork 35
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
No implicit conversion of Symbol into Integer #16
Comments
So the problem is following: It's expecting the logger will use only the default we're using |
coderbydesign
added a commit
to coderbydesign/cloudwatchlogger
that referenced
this issue
Sep 4, 2020
In order for changes in zshannon#12 to not cause breakage, it assumes that the default formatter is used, or that a custom formatter would have `epoch_time` and `message` available on the `Hash` object. This was surfaced by: zshannon#16 These changes leave the default formatter changes in place, but ensure that the `timestamp` and `message` values on the log events revert to the original values prior to zshannon#12 if the message on the queue is not a `Hash` and does not contain `epoch_time` and `message` values. This will allow backwards compatibility and also allow for custom formatters to still pass these values in if they wish to benefit from the timestamp disparity.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the release 0.3.0, our apps started crashing there (looks like it's related to #12)
Is it something new we have to set somewhere or is it a bug?
cc @coderbydesign @zshannon
The text was updated successfully, but these errors were encountered: