Skip to content

Add more logging when commit error happens#164

Merged
HuiJun merged 5 commits intodevelopfrom
feature/commitErrorLogging
May 14, 2021
Merged

Add more logging when commit error happens#164
HuiJun merged 5 commits intodevelopfrom
feature/commitErrorLogging

Conversation

@HuiJun
Copy link
Collaborator

@HuiJun HuiJun commented May 6, 2021

No description provided.

e.printStackTrace(pw);
String sStackTrace = sw.toString();

logger.error("Error in commitChanges: {}", sStackTrace);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can do logger.error("Error in commitChanges:", e) so don't need to use printwriter

@HuiJun HuiJun requested a review from dlamoris May 13, 2021 22:25
@HuiJun HuiJun merged commit b6c3b6c into develop May 14, 2021
@HuiJun HuiJun deleted the feature/commitErrorLogging branch May 14, 2021 00:01
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