Info verbosity level is too verbose
See original GitHub issueInfo output:
2020-03-04T10:40:18: Executable: C:\Users\vihofer\.nuget\packages\dotnet-reportgenerator-globaltool\4.5.0\tools\netcoreapp3.0\any\ReportGenerator.Core.dll
2020-03-04T10:40:18: Working directory: C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug
2020-03-04T10:40:18: Loading report 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\coverage.xml' 1/1 in memory
2020-03-04T10:40:19: Starting merging result 1
2020-03-04T10:40:19: Finished merging result 1
2020-03-04T10:40:19: Finished parsing 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\coverage.xml' 1/1
2020-03-04T10:40:19: Parsing of 1 files completed
2020-03-04T10:40:19: Initializing report builders for report types: Html
2020-03-04T10:40:19: Analyzing 38 classes
2020-03-04T10:40:19: Writing report file 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\report\index.htm'
2020-03-04T10:40:19: Report generation took 0.9 seconds
I believe these outputs should only be included in the verbose level:
2020-03-04T10:40:18: Executable: C:\Users\vihofer\.nuget\packages\dotnet-reportgenerator-globaltool\4.5.0\tools\netcoreapp3.0\any\ReportGenerator.Core.dll
2020-03-04T10:40:18: Working directory: C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug
2020-03-04T10:40:18: Loading report 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\coverage.xml' 1/1 in memory
2020-03-04T10:40:19: Starting merging result 1
2020-03-04T10:40:19: Finished merging result 1
2020-03-04T10:40:19: Finished parsing 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\coverage.xml' 1/1
2020-03-04T10:40:19: Parsing of 1 files completed
2020-03-04T10:40:19: Initializing report builders for report types: Html
2020-03-04T10:40:19: Analyzing 38 classes
Also notice the extra indentation here:
2020-03-04T10:40:19: Writing report file 'C:\git\runtime4\artifacts\bin\System.Text.RegularExpressions.Tests\netcoreapp5.0-Debug\report\index.htm'.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
What is verbosity level exactly in python?(difference ...
1 Answer. Verbosity level is related just to logging. In unit tests you find it for the logging of the information.
Read more >CLI verbosity levels - CLI Guidelines
The current standard verbosity levels can be segmented into 4 modes. ... 'verbose': Useful to provide more information to the user that ...
Read more >How to deal with chatGPT verbosity (English Prompt version)
If the value of the "verbosity" variable is "lowest possible", then I should use the least amount of verbosity in my responses. If...
Read more >Is Go that Verbose or am I missing something? : r/golang
I find that Go looks less verbose when you compare it to code that actually catches errors. Lots of Go's verbosity comes from...
Read more >How can I make ffmpeg be quieter/less verbose?
If you're looking to decrease the verbosity mid-process, you could press - and hit enter, and to increase it you could do shift...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Daniel, quick question on this. With 4.5.2 I see the following output:
I believe the
ExecutableandWorking directorylog lines should be removed from the Info verbosity level as well.The path to the report definitely makes sense to be printed.
Thanks for all the great you are doing with ReportGenerator 👍 👍 👍
Thanks a lot 😃