Skip to content
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

Don't log timestamp twice #220

Open
singpolyma opened this issue Aug 10, 2021 · 2 comments
Open

Don't log timestamp twice #220

singpolyma opened this issue Aug 10, 2021 · 2 comments
Labels

Comments

@singpolyma
Copy link

Currently the gem (for example here

@config.logger.info "[Braintree] [#{_current_time}] #{request.method} #{path} #{response.code}"
) puts the current time in the log message, however the Logger also put the timestamp at the front of the log, so this is very redundant!

@hollabaq86
Copy link
Contributor

👋 @singpolyma thanks for reaching out, and apologies for the delay! I have a feeling this is a carry over from very early days of Ruby. We'll make a note to fix this up in a future release. Thanks!

@hollabaq86
Copy link
Contributor

for internal tracking, ticket 1904

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants