Merged in feat/redis-api-send-logs (pull request #2290)
feature: send logs to Sentry for Redis-Api * feature: send logs to Sentry for Redis-Api Approved-by: Linus Flood
This commit is contained in:
@@ -9,8 +9,8 @@ export function setupShutdown() {
|
||||
}
|
||||
|
||||
async function shutdown() {
|
||||
shutdownLogger.info("Shutting down...");
|
||||
shutdownLogger.info("Closing Redis connection...");
|
||||
shutdownLogger.debug("Shutting down...");
|
||||
shutdownLogger.debug("Closing Redis connection...");
|
||||
await redis.quit();
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user