ArieGato / serilog-sinks-rabbitmq

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

Unnecessary Queue Name #29

Closed jaredcnance closed 7 years ago

jaredcnance commented 7 years ago

As far as I can tell the queue name validation is entirely unnecessary since we're publishing logs. I don't see where the queue name is used in the RabbitMQClient

This results in an unnecessary error for an unnecessary configuration value.

madslyng commented 7 years ago

This is correct. I searched the repo, and didn't see anywhere it is used. It can be removed.