Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Add an option for logging #526

Closed
roblourens opened this issue Oct 12, 2016 · 2 comments
Closed

Add an option for logging #526

roblourens opened this issue Oct 12, 2016 · 2 comments
Labels
engineering-debt Tasks for the betterment of the project and not necessarily fixing a bug or adding a feature help wanted needs-fix

Comments

@roblourens
Copy link
Member

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.

@ramya-rao-a
Copy link
Contributor

The debug part is done with 0ea5206

@hyangah
Copy link
Contributor

hyangah commented May 15, 2020

It's a great idea and we will follow up in golang/vscode-go#54

@hyangah hyangah closed this as completed May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
engineering-debt Tasks for the betterment of the project and not necessarily fixing a bug or adding a feature help wanted needs-fix
Projects
None yet
Development

No branches or pull requests

4 participants