We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5c94e commit c9f5185Copy full SHA for c9f5185
examples/config.rs
@@ -163,7 +163,7 @@ async fn main() -> Result<(), PolarisError> {
163
group: "rust".to_string(),
164
file: "rust.toml".to_string(),
165
call_back: Arc::new(|event| {
166
- tracing::info!("event: {:?}", event);
+ tracing::info!("receive config change event: {:?}", event);
167
}),
168
})
169
.await;
0 commit comments