-
Notifications
You must be signed in to change notification settings - Fork 246
Please keep default foreground color, don't override with ConsoleColor.Grey #378
Comments
Yeah we should set the foreground color only when we set the background color - that's needed to ensure readability. But for all other console writes it should be 100% default. |
Exactly |
Fix for RC2? This is a pretty bad. |
Yes RC2. |
So Error, Warning, and Information are now going to be the same color as Debug/Trace? |
The place where it renders the log level should have explicit foreground and background colors set. But then it should completely unset all colors and use the console's default foreground/background. |
Alright, what background color would we like to have for Error/Warning/Information? |
For the "labels" use whatever seems normal 😄 is what it's doing now for those acceptable? |
They use the default background color but set the foreground color |
Chatted with @BrennanConroy , we're on the same page. |
Please keep default foreground color, don't override with ConsoleColor.Grey
Microsoft.Extensions.Logging.Console.ConsoleLogger:249
This grey really does not do wonders on default OSX terminals (white background)
The text was updated successfully, but these errors were encountered: