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

Console logging features and issues #2974

Open
deepchoudhery opened this issue Sep 19, 2024 · 0 comments
Open

Console logging features and issues #2974

deepchoudhery opened this issue Sep 19, 2024 · 0 comments

Comments

@deepchoudhery
Copy link
Member

There are gaps in the current console logging for the dotnet-scaffold ecosystem. Compiling a simple list of items.

  • dotnet-scaffold output being all colorized green due to all redirected console output is stdout. Need to differentiate the different ILogger.LogLevels (Error, Warn etc.) and colorize them accordingly.
  • Currently no way to write logs to disk at the moment (dumping logs, traces etc.)
  • There is no way to consolidate logs on disk between tools (dotnet-scaffold-aspire, dotnet-scaffold-aspnet and more soon)
  • There is no trace logging which would be super helpful in debugging (MSBuild registration, more detailed scaffolder information). Nothing being logged as trace (likely using ILogger.LogTrace) and no way to enable trace logging (environment var or through a commandline parameter)
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

2 participants