WIDESEAWCS_Server/WIDESEAWCS_Core/Extensions/AutofacModuleRegister.cs
@@ -23,7 +23,7 @@ var basePath = AppContext.BaseDirectory; var cacheType = new List<Type>(); if (AppSettings.Get(new string[] { "AppSettings", "LogAOP", "Enabled" }).ObjToBool()) if (AppSettings.Get("LogAopEnable").ObjToBool()) { builder.RegisterType<LogAOP>(); cacheType.Add(typeof(LogAOP));