[backend/logging] Fix typo
This commit is contained in:
parent
47ab95cc1b
commit
0f4cc675d5
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ file sealed class CustomSystemdConsoleFormatter() : ConsoleFormatter("systemd-cu
|
|||
{
|
||||
textWriter.Write(MessagePadding);
|
||||
WriteReplacing(textWriter, Environment.NewLine,
|
||||
GetSyslogSeverityIndicatorString(logLevel) + NewLineWithMessagePadding, message);
|
||||
Environment.NewLine + GetSyslogSeverityIndicatorString(logLevel) + MessagePadding, message);
|
||||
}
|
||||
|
||||
textWriter.Write(Environment.NewLine);
|
||||
|
|
Loading…
Add table
Reference in a new issue