We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd158db commit 262a9e8Copy full SHA for 262a9e8
DescribeCompilerCLI/Program.cs
@@ -27,7 +27,7 @@ static void Main(string[] args)
27
ConsoleLogError,
28
ConsoleLogInfo,
29
ConsoleLogParseInfo,
30
- LogVerbosity.High);
+ LogVerbosity.Low);
31
32
33
string html = "";
0 commit comments