Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9f5185

Browse files
committedOct 23, 2024·
feat:完善配置中心客户端逻辑
1 parent 1f5c94e commit c9f5185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async fn main() -> Result<(), PolarisError> {
163163
group: "rust".to_string(),
164164
file: "rust.toml".to_string(),
165165
call_back: Arc::new(|event| {
166-
tracing::info!("event: {:?}", event);
166+
tracing::info!("receive config change event: {:?}", event);
167167
}),
168168
})
169169
.await;

0 commit comments

Comments
 (0)
Please sign in to comment.