日志补全
This commit is contained in:
@@ -14,7 +14,7 @@ public class ParentProcessSentinel : BackgroundService
|
||||
{
|
||||
private readonly ServiceConfig _config;
|
||||
private readonly IHostApplicationLifetime _lifetime;
|
||||
private static ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
private ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
|
||||
/// <summary>
|
||||
/// 使用统一的结构化日志记录器,SourceContext 设置为 Core 模块
|
||||
|
||||
Reference in New Issue
Block a user