新增 自动清理日志任务

master
xiaochanghai 6 months ago
parent c484113088
commit 7c07f2ce9b
  1. 3
      Tiobon.Core.Services/CommonServices.cs

@ -4260,7 +4260,8 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon
{ {
"GlobalErrorLog", "GlobalErrorLog",
"GlobalInformationLog", "GlobalInformationLog",
"GlobalWarningLog" "GlobalWarningLog",
"AuditSqlLog"
}; };
var dt = DateTime.Now.AddMonths(-3); var dt = DateTime.Now.AddMonths(-3);

Loading…
Cancel
Save