small log fixes
This commit is contained in:
parent
62a29259b9
commit
afa381e390
4 changed files with 32 additions and 26 deletions
|
|
@ -169,7 +169,7 @@ shutdown.onShutdown(async () => {
|
|||
shutdown.onShutdown(async () => {
|
||||
try {
|
||||
await shutdownLoggers();
|
||||
process.stdout.write('Data sync service loggers shut down\n');
|
||||
// process.stdout.write('Data sync service loggers shut down\n');
|
||||
} catch (error) {
|
||||
process.stderr.write(`Error shutting down loggers: ${error}\n`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue