We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6233dda commit 0f30621Copy full SHA for 0f30621
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