Skip to content

Commit 806ffe7

Browse files
committed
store: Log something when a notification listener is shut down
1 parent 18ea989 commit 806ffe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/postgres/src/notification_listener.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ impl NotificationListener {
284284
}
285285
}
286286
}
287+
warn!(logger, "Listener dropped. Terminating listener thread");
287288
}))
288289
.unwrap_or_else(|_| std::process::exit(1))
289290
});

0 commit comments

Comments
 (0)