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

View File

@@ -178,7 +178,7 @@ class CliMain extends Disposable {
return;
}
logService.error(message);
logService.error(`[uncaught exception in CLI]: ${message}`);
});
}