ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Necessary values for periodic batching sink not provider #22

Closed vidarkongsli closed 8 years ago

vidarkongsli commented 8 years ago

BatchPostingLimit and Period are not propagated thru LoggerConfigurationRabbitMQExtension, causing the sink not to log anything!

I have a fix ready and will issue a PR.