mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Include logger names in logs
This commit is contained in:
@@ -21,7 +21,7 @@ namespace WinSW
|
||||
|
||||
private static readonly int AdditionalStopTimeout = 1_000;
|
||||
|
||||
private static readonly ILog Log = LogManager.GetLogger(typeof(WrapperService));
|
||||
private static readonly ILog Log = LogManager.GetLogger(LoggerNames.Service);
|
||||
|
||||
private readonly XmlServiceConfig config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user