-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
# 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
…yusoft/Byndyusoft.Net.RabbitMq into feature/145-instrumentation
|
||
//services.AddHostedService<SubscribeAsMessagePackExample>(); | ||
//services.AddHostedService<PullingExample>(); |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправить фоматирование
No description provided.