Skip to content

Commit

Permalink
enhance log info.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Sep 1, 2021
1 parent 4dd9463 commit bdff7fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected void doDelayExport() {
try {
doExport();
} catch (Exception e) {
logger.error(e);
logger.error("Failed to export service config: " + interfaceName, e);
}
}, getDelay(), TimeUnit.MILLISECONDS);
}
Expand Down

0 comments on commit bdff7fc

Please sign in to comment.