Skip to content

Commit

Permalink
♻️ refactor(workspace): 优化了ContextUtils初始化的日志描述
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed May 15, 2024
1 parent 3f6ace8 commit 14d9acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ public static String nextId() {

@Override
public void afterPropertiesSet() {
log.info("Initializing ContextUtils...");
log.info("Initializing utils [ContextUtils]...");
}
}

0 comments on commit 14d9acc

Please sign in to comment.