ArieGato / serilog-sinks-rabbitmq

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

TextFormatter in 6.0.0-pre, ignores appsettings and uses RawFormatter. #119

Closed chambersDon closed 6 months ago

chambersDon commented 3 years ago

It seems the problem with the text formatter from issue #89 has returned in the 6.0.0-pre release. I have configured appsetings.json to use CompactJsonFormatter, but at runtime it uses the RawFormatter. I can use CompactJsonFormatter if I do it in code.