We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224ae91 commit 0b5f5f3Copy full SHA for 0b5f5f3
kitsune/src/signal.rs
@@ -23,6 +23,8 @@ async fn shutdown_signal() {
23
_ = ctrl_c => (),
24
() = second_signal => (),
25
}
26
+
27
+ info!("Shutdown signal received. Shutting down gracefully..");
28
29
30
#[derive(Clone)]
0 commit comments