Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension telemetry is not logged into log files when log level is changed to trace #55398

Closed
ramya-rao-a opened this issue Jul 30, 2018 · 3 comments
Assignees
Labels
debt Code quality issues telemetry Telemetry system issues wont-fix
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

#54001 enabled extensions to log their telemetry to log files but only when VS Code is started from the cli with --verbose flag. The same should be allowed to do when VS Code is started normally and the log level is changed to trace.

For this we need the log level related api to be promoted form the proposed mode to stable which is planned for the August release

@sbatten
Copy link
Member

sbatten commented Feb 5, 2019

@jrieken I am taking a look at this item. Am I understanding correctly that only part of the logging api made it out of proposed (the log folder)? If so, I am still blocked on this item or can I determine the log level has been changed?

@jrieken
Copy link
Member

jrieken commented Feb 6, 2019

Yeah, we should consider making this API "real" then

@sbatten sbatten modified the milestones: On Deck, Backlog Oct 10, 2019
@lramos15
Copy link
Member

@sbatten There still is no API for this and even if there was we don't create a log file anymore. Instead we would want to shared the same output channel as telemetry which isn't currently possible. The proposed solution would be to create a telemetry API for this to happen, but I don't see that occurring. Closing for now as we have --telemetry as a CLI flag which contains all the extensions which we run the tooling against and which extensions can contribute to.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues telemetry Telemetry system issues wont-fix
Projects
None yet
Development

No branches or pull requests

4 participants