Skip to content

Commit 872d715

Browse files
committed
refactor(aggregator): log shutdown as info
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 117b2f2 commit 872d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_aggregator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async fn main() -> Result<()> {
7575
}
7676

7777
// If we're here, we've received a signal to exit.
78-
warn!("Shutting down...");
78+
info!("Shutting down...");
7979

8080
// Stop the server and wait for it to finish gracefully.
8181
handle.stop()?;

0 commit comments

Comments
 (0)