Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Delewski committed Dec 5, 2023
1 parent 7c41e24 commit 0eddbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# TracingContextDecorator

TracingContextDecorator is a component that enriches logs with opentelemetry tracing context e.g. traceid, spanid, parentspanid into log messsage.
Implementation of required abstractions for specific libraries lives inside `src` subdirectory. All examples are inside `examples` subdirectory.
Implementation of required abstractions for specific libraries lives inside [src](https://github.com/SumoLogic-Labs/TracingContextDecorator/tree/main/src) subdirectory.
All examples are inside [examples](https://github.com/SumoLogic-Labs/TracingContextDecorator/tree/main/examples) subdirectory.

### Supported log libraries

Expand Down
4 changes: 2 additions & 2 deletions src/TracingContextDecorator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>Sumologic.TracingContextDecorator</PackageId>
<Version>0.0.7-alpha-4</Version>
<Version>0.0.7-alpha-5</Version>
<Authors>Sumologic</Authors>
<Company>Sumologic</Company>
<PackageTags>Logging, Tracing</PackageTags>
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
Expand Down

0 comments on commit 0eddbdb

Please sign in to comment.