Skip to content

Commit

Permalink
Disable consolelogger, add tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 2, 2024
1 parent fda081e commit 5543771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GenerateAllSolution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ if ($UseDiagnostics.IsPresent)
$sdkoptions = "-d"
$diagnostics = @(
'-bl:slngen.binlog'
'--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
# Console logger + binlog causes exception and failure
# Track https://github.com/microsoft/slngen/issues/451
#'--consolelogger:ShowEventId;Summary;Verbosity=Detailed'
)
}
else
Expand Down

0 comments on commit 5543771

Please sign in to comment.