LoggingModule icon indicating copy to clipboard operation
LoggingModule copied to clipboard

Colors in syslog / journalctl ?

Open picrap opened this issue 3 years ago • 4 comments

Hi,

despite the enabling of colors (using Settings.EnableColors = true) the text in syslog and journalctl still appear gray. I probably have missed something, but what? Also some other texts from other applications appear in color.

Thanks.

picrap avatar Oct 18 '22 13:10 picrap

Hi @picrap what operating system, version, and runtime are you using? I'm assuming .NET Core (or later) based on your last issue.

jchristn avatar Oct 28 '22 17:10 jchristn

I'm using .Net 6 on Debian

picrap avatar Oct 28 '22 17:10 picrap

Looks like there are some known issues with console colors and Linux variants. There are however some suggestions here: https://github.com/dotnet/runtime/issues/23241

I again, unfortunately, don't have an answer for this one :(

jchristn avatar Nov 01 '22 22:11 jchristn

The journal probably works with ANSI colors, I will try and let you know.

picrap avatar Nov 02 '22 08:11 picrap