This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Add an option for logging #526
Labels
engineering-debt
Tasks for the betterment of the project and not necessarily fixing a bug or adding a feature
help wanted
needs-fix
In the Chrome debugging extension, I've found the 'diagnosticLogging' option really useful. It logs basically everything that happens within the extension to a file, and is easy to upload to github when reporting issues. It might be useful to look at how we can provide better logging to diagnose issues faster.
The non-debug part of the extension can log to a channel in the output pane, like Typescript, eslint, tslint, etc. We could log errors there, with a verbose mode to log everything. The input and output of all the external tools we use would be useful.
The text was updated successfully, but these errors were encountered: