masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
https://knet.masesgroup.com/
Apache License 2.0
33 stars 6 forks source link

Add a new configuration file for logging to avoid stdout output #385

Closed masesdevelopers closed 5 months ago

masesdevelopers commented 5 months ago

Is your feature request related to a problem? Please describe. The current file used for logging is the standard one, which output to file and console, and this is not very useful on applications using KNet

Describe the solution you'd like Ccreate a new one which does not write on console by default and leave the current one in other cases

Describe alternatives you've considered N/A

Additional context N/A