소스 검색

忽略本地项

Murphy 2 년 전
부모
커밋
960fdc5cf4
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      .gitignore
  2. 2 2
      MicroServices/Business/Business.Host/nlog.config

+ 2 - 0
.gitignore

@@ -2029,3 +2029,5 @@ MicroServices/Business/Bussiness.MongoModel/bin/Debug/net6.0/Bussiness.MongoMode
 /MicroServices/Procurement/.vs/ProjectEvaluation/procurement.projects.v6.1
 /MicroServices/Procurement/Procurement.Host/obj/Debug/net6.0/Procurement.Host.csproj.AssemblyReference.cache
 /MicroServices/Business/Bussiness.MongoModel/obj
+/MicroServices/Business/Business.Application/bin/Release/net6.0
+/MicroServices/Business/Business.Host/Properties/PublishProfiles

+ 2 - 2
MicroServices/Business/Business.Host/nlog.config

@@ -3,13 +3,13 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       autoReload="true"
 	  throwExceptions="true"
-      internalLogLevel="DEBUG"
+      internalLogLevel="Info"
       internalLogFile="${gdc:item=appbasepath}\log\internal-nlog.txt">
 	<extensions>
 		<add assembly="NLog.Web.AspNetCore"/>
 	</extensions>
 	<!-- 定义变量当前应用程序名称 -->
-	<variable name="AppName" value="Bussiness" />
+	<variable name="AppName" value="Business" />
 	<!-- 日志输出目标 -->
 	<targets>
 		<!--把日志输出到控制台 -->