Skip to content

Commit

Permalink
remove the ability to output to stderr. entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 29, 2024
1 parent d443c3e commit c8d9374
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/test-proxy/Azure.Sdk.Tools.TestProxy/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ private static void StartServer(StartOptions startOptions)
{
loggingBuilder.ClearProviders();
loggingBuilder.AddConfiguration(hostBuilder.Configuration.GetSection("Logging"));
if (!startOptions.UniversalOutput)
{
loggingBuilder.AddConsole(options =>
{
options.LogToStandardErrorThreshold = LogLevel.Error;
});
}
loggingBuilder.AddSimpleConsole(options =>
{
options.TimestampFormat = "[HH:mm:ss] ";
Expand Down

0 comments on commit c8d9374

Please sign in to comment.