Update SerilogServer.cs

This commit is contained in:
anjoy8 2021-06-28 10:36:33 +08:00
parent c94a397ffb
commit eb7043894e

View File

@ -58,7 +58,7 @@ namespace Blog.Core.Common.LogHelper
}
else
{
ConsoleHelper.WriteErrorLine(logContent + now.ObjToString());
Console.WriteLine("【JSON格式异常】"+logContent + now.ObjToString());
}
Log.CloseAndFlush();
}