Skip to content

Commit

Permalink
Fix printing log style (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliverwqcwrw authored May 13, 2022
1 parent b1a19f6 commit 3e50f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void publishDeferService(ApplicationContext context) {
serviceCache.clear();
}
catch (Exception e) {
logger.error("publish defer ConfigService has some error : {}", e);
logger.error("publish defer ConfigService has some error", e);
}
}
}

0 comments on commit 3e50f33

Please sign in to comment.