مدیریت لاگ
rbsdotnet opened this issue · 3 comments
rbsdotnet commented
جناب نصیری سوالی داشتم
من لاگ رو براساس مستندات این پروژه پیاده سازی کردم
مشکلی که الان به وجود اومده هر لحظه در جدول لاگ این رکوردها ذخیره میشه و باعث کند شدن سیستم میشه
Log.txt
1 | 2019-06-16 00:03:14.6550548 | 10403 | Information | Microsoft.EntityFrameworkCore.Infrastructure | Entity Framework Core 2.2.4-servicing-10062 initialized 'ApplicationDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: MaxPoolSize=128 CommandTimeout=180 using NetTopologySuite | [ { "Key": "version", "Value": "2.2.4-servicing-10062" }, { "Key": "contextType", "Value": "ApplicationDbContext" }, { "Key": "provider", "Value": "Microsoft.EntityFrameworkCore.SqlServer" }, { "Key": "options", "Value": "MaxPoolSize=128 CommandTimeout=180 using NetTopologySuite " }, { "Key": "{OriginalFormat}", "Value": "Entity Framework Core {version} initialized '{contextType}' using provider '{provider}' with options: {options}" }] | NULL | NULL | 2019-06-15 19:33:16.7030948 +00:00 | NULL | NULL | NULL |
---|
ممنون میشم راهنمایی کنید
rbsdotnet commented
زمانی که این دستور رو اضافه میکنم این لاگ ها تولید میشه
services.AddEntityFrameworkSqlServerNetTopologySuite();
از این دستور برای location استافده میکنم
VahidN commented
شما سطح لاگ Information را داريد ثبت ميكنيد. اين سطح را تغيير دهيد.
اطلاعات بيشتر در مورد سطوح لاگ
lock commented
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.