Skip to content

Commit bd5c995

Browse files
authored
Change logging level from DEBUG to TRACE in CLI
1 parent c1f2b7a commit bd5c995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/cli/source/cli_frontend.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ int entryPoint(Commands commands)
228228
}
229229

230230
defaultPoolThreads = commands.threadCount;
231-
configureLoggingProvider(new shared DefaultProvider(true, commands.debug_ ? Levels.DEBUG : Levels.INFO));
231+
configureLoggingProvider(new shared DefaultProvider(true, commands.debug_ ? Levels.TRACE : Levels.INFO));
232232

233233
try
234234
{

0 commit comments

Comments
 (0)