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

Support all logging levels via omnisharp.loggingLevel setting #993

Closed
adamralph opened this issue Nov 25, 2016 · 3 comments
Closed

Support all logging levels via omnisharp.loggingLevel setting #993

adamralph opened this issue Nov 25, 2016 · 3 comments

Comments

@adamralph
Copy link

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview2-003131)

Product Information:
 Version:            1.0.0-preview2-003131
 Commit SHA-1 hash:  635cf40e58

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64

VS Code version: 1.7.2
C# Extension version: 1.5.3

Proposed feature

Allow full control of logging levels via the omnisharp.loggingLevel setting. Currently only default and verbose are supported. It would be good if we could have full control, i.e.

  • fatal
  • error
  • warn
  • info
  • debug
  • verbose
@filipw
Copy link
Contributor

filipw commented Dec 21, 2016

This can be added easily as soon as OmniSharp/omnisharp-roslyn#714 is merged.

@jchannon
Copy link
Contributor

jchannon commented Feb 1, 2017

@filipw get busy ;)

@adamralph
Copy link
Author

Woot! Thanks guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants