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 117b2f2 commit 872d715Copy full SHA for 872d715
tap_aggregator/src/main.rs
@@ -75,7 +75,7 @@ async fn main() -> Result<()> {
75
}
76
77
// If we're here, we've received a signal to exit.
78
- warn!("Shutting down...");
+ info!("Shutting down...");
79
80
// Stop the server and wait for it to finish gracefully.
81
handle.stop()?;
0 commit comments