Update log4net config to add error-only file

This commit is contained in:
2015-09-04 10:47:28 -04:00
parent 8266598e0d
commit f3a7249793
3 changed files with 36 additions and 3 deletions
+6
View File
@@ -56,6 +56,10 @@
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CsvHelper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
<HintPath>..\packages\CsvHelper.2.13.2.0\lib\net40-client\CsvHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
@@ -145,6 +149,7 @@
<Compile Include="DAL\CityNotFoundException.cs" />
<Compile Include="DAL\CodeFirstMembershipProvider.cs" />
<Compile Include="DAL\CodeFirstRoleProvider.cs" />
<Compile Include="DAL\FuelmanCsvImporter.cs" />
<Compile Include="DAL\LogImporter.cs" />
<Compile Include="DAL\LogImportException.cs" />
<Compile Include="DAL\LogImportTemplateWriter.cs" />
@@ -203,6 +208,7 @@
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Models\DomainRules.cs" />
<Compile Include="Models\FuelLog.cs" />
<Compile Include="Models\PurposeType.cs" />
<Compile Include="ViewModels\Account\ResetPasswordViewModel.cs" />
<Compile Include="Models\Role.cs" />