test
This commit is contained in:
parent
afa381e390
commit
c048e00d7f
4 changed files with 50 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue