1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Logging config changes (#1935)

* Logging config changes

* Regenerated packages.lock.json files

* fixed up more typos and regenerated json
This commit is contained in:
sneakernuts
2022-04-05 15:19:16 +00:00
committed by GitHub
parent af152811af
commit 0e88720d3a
34 changed files with 142 additions and 289 deletions

View File

@ -22,7 +22,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Api\Api.csproj" />
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>

View File

@ -1514,11 +1514,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3525,27 +3520,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3593,7 +3587,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3602,7 +3596,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3612,9 +3606,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

View File

@ -1586,11 +1586,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3616,36 +3611,34 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"billing": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.VisualStudio.Web.CodeGeneration.Design": "5.0.2",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2"
"SharedWeb": "1.47.1"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3693,7 +3686,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3702,7 +3695,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3712,9 +3705,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

View File

@ -1509,11 +1509,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3520,18 +3515,17 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3576,7 +3570,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3585,7 +3579,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3595,9 +3589,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

View File

@ -25,7 +25,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\..\src\Api\Api.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Utilities\data\embeddedResource.txt" />

View File

@ -1525,11 +1525,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3536,27 +3531,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3604,7 +3598,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3613,7 +3607,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3623,9 +3617,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

View File

@ -3473,14 +3473,14 @@
"type": "Project",
"dependencies": {
"AngleSharp": "0.14.0",
"Core": "1.46.2",
"SharedWeb": "1.46.2"
"Core": "1.47.1",
"SharedWeb": "1.47.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3489,7 +3489,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3499,9 +3499,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

View File

@ -23,7 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\..\src\Identity\Identity.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>

View File

@ -1514,11 +1514,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3525,27 +3520,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3593,15 +3587,14 @@
"identity": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2"
"Core": "1.47.1",
"SharedWeb": "1.47.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3610,7 +3603,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3620,9 +3613,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}