Skip to content

Commit 4dabd2e

Browse files
committed
Removed filelogger from slngen
1 parent bbc874d commit 4dabd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenerateAllSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if ($IncludeHeads -ne 'uwp')
7070
if ($UseDiagnostics.IsPresent)
7171
{
7272
$sdkoptions = " -d"
73-
$diagnostics = '-bl:slngen.binlog --consolelogger:"ShowEventId;Summary;Verbosity=Detailed" --filelogger:"LogFile=slngen.log;Append;Verbosity=Diagnostic;Encoding=UTF-8" '
73+
$diagnostics = '-bl:slngen.binlog --consolelogger:"ShowEventId;Summary;Verbosity=Detailed" '
7474
}
7575
else
7676
{

0 commit comments

Comments
 (0)