Skip to content

Commit

Permalink
feat:完善配置中心客户端逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Oct 23, 2024
1 parent 1f5c94e commit c9f5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async fn main() -> Result<(), PolarisError> {
group: "rust".to_string(),
file: "rust.toml".to_string(),
call_back: Arc::new(|event| {
tracing::info!("event: {:?}", event);
tracing::info!("receive config change event: {:?}", event);
}),
})
.await;
Expand Down

0 comments on commit c9f5185

Please sign in to comment.