This commit is contained in:
Boki 2025-06-20 17:09:49 -04:00
parent afa381e390
commit c048e00d7f
4 changed files with 50 additions and 10 deletions

View file

@ -243,9 +243,8 @@ shutdown.onShutdown(async () => {
shutdown.onShutdown(async () => {
try {
await shutdownLoggers();
// process.stdout.write('Data service loggers shut down\n');
} catch (error) {
process.stderr.write(`Error shutting down loggers: ${error}\n`);
// Silently ignore logger shutdown errors
}
});