Skip to content

Commit

Permalink
Adjust logging when starting consumers
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <[email protected]>
  • Loading branch information
zarusz committed Feb 28, 2024
1 parent 695c746 commit dad5a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Host.Plugin.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<Version>2.2.3-rc1</Version>
<Version>2.2.3</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/SlimMessageBus.Host.Kafka/KafkaMessageBus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Flush()
public IProducer CreateProducerInternal()
{
_logger.LogTrace("Creating producer settings");
var config = new ProducerConfig()
var config = new ProducerConfig
{
BootstrapServers = ProviderSettings.BrokerList
};
Expand Down

0 comments on commit dad5a41

Please sign in to comment.