I'm using Azure Service Bus, MassTransit library and I would like to log Prefetch and Concurrent Message Limit values on the startup.
What are the options to do that please?
MassTransit doesn't log anything of that nature on startup, but you can pull the configuration and log it yourself.