Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавли возможность настройки для логирования в трассы и в консоль #41

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

Rinatich
Copy link
Contributor

No description provided.

rgaynetdinov and others added 13 commits January 26, 2024 13:17
# Conflicts:
#	Directory.Build.props
#	example/Example.ConsoleApp.csproj
#	example/Program.cs
#	src/Byndyusoft.Messaging.RabbitMq.Abstractions/Byndyusoft.Messaging.RabbitMq.Abstractions.csproj
#	src/Byndyusoft.Messaging.RabbitMq.Core/Byndyusoft.Messaging.RabbitMq.Core.csproj
#	src/Byndyusoft.Messaging.RabbitMq.Core/Diagnostics/RabbitMqClientActivitySource.Events.cs
#	src/Byndyusoft.Messaging.RabbitMq.Core/RabbitMqClientCore.cs
#	src/Byndyusoft.Messaging.RabbitMq.OpenTelemetry/RabbitMqClientTracerProviderBuilderExtensions.cs
#	src/Byndyusoft.Messaging.RabbitMq/DependencyInjection/InMemoryRabbitMqClientServiceCollectionExtensions.cs
@Rinatich Rinatich requested a review from Mblkolo May 24, 2024 08:31

//services.AddHostedService<SubscribeAsMessagePackExample>();
//services.AddHostedService<PullingExample>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем эти участки? Может их удалить или описать в README, как пользоваться примерами?

@@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.0" />
<PackageReference Include="Byndyusoft.Net.Http.Json" Version="0.3.1" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправить форматирование

@@ -8,6 +8,7 @@

<ItemGroup>
<PackageReference Include="OpenTelemetry.API" Version="1.8.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправить фоматирование

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants