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 c1f2b7a commit bd5c995Copy full SHA for bd5c995
frontends/cli/source/cli_frontend.d
@@ -228,7 +228,7 @@ int entryPoint(Commands commands)
228
}
229
230
defaultPoolThreads = commands.threadCount;
231
- configureLoggingProvider(new shared DefaultProvider(true, commands.debug_ ? Levels.DEBUG : Levels.INFO));
+ configureLoggingProvider(new shared DefaultProvider(true, commands.debug_ ? Levels.TRACE : Levels.INFO));
232
233
try
234
{
0 commit comments