fixed some issues, testing shutdown
This commit is contained in:
parent
dbfa80b2a2
commit
0497541a47
11 changed files with 15 additions and 800 deletions
|
|
@ -242,7 +242,9 @@ shutdown.onShutdown(async () => {
|
|||
|
||||
shutdown.onShutdown(async () => {
|
||||
try {
|
||||
logger.info('Shutting down loggers...');
|
||||
await shutdownLoggers();
|
||||
logger.info('Loggers shut down successfully');
|
||||
} catch (error) {
|
||||
// Silently ignore logger shutdown errors
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue