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

[Java] Print timestamp with stacktraces in DEFAULT_ERROR_HANDLER #774

Merged
merged 1 commit into from
Dec 9, 2019
Merged

[Java] Print timestamp with stacktraces in DEFAULT_ERROR_HANDLER #774

merged 1 commit into from
Dec 9, 2019

Conversation

anotherchrissmith
Copy link
Contributor

Could we print a timestamp along with stacktraces to help cross-reference them against an application's log file? I haven't formatted the timestamp to keep it simple and avoid garbage. It's using synchronized on System.err to keep the logging together. It's going to take a synchronized lock on it in printStackTrace() anyway.

@mjpt777 mjpt777 merged commit a9c0db9 into real-logic:master Dec 9, 2019
@anotherchrissmith anotherchrissmith deleted the timestamp-stacktraces branch December 10, 2019 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants