16-12-2022
This commit is contained in:
@@ -10,7 +10,8 @@ namespace ECM.JobRunner.Web.Data
|
||||
{
|
||||
LogConfig = new LogConfig(LogConfig.PathType.CustomPath, Config["Config:LogPath"], null, "Digital Data", "ECM.JobRunner.Web")
|
||||
{
|
||||
Debug = bool.Parse(Config["Config:LogDebug"])
|
||||
Debug = bool.Parse(Config["Config:LogDebug"]),
|
||||
EnableJsonLog = bool.Parse(Config["Config:LogJson"])
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user