logging - put storage tracing behind a flag to reduce spam

This commit is contained in:
Benjamin Pasero
2021-01-22 17:32:39 +01:00
parent b9c6730480
commit bd929b33de
6 changed files with 20 additions and 14 deletions
@@ -322,7 +322,7 @@ class SharedProcessMain extends Disposable {
return;
}
logService.error(message);
logService.error(`[uncaught exception in sharedProcess]: ${message}`);
});
}
}