serilog-archive / serilog-sinks-loggly

A Serilog event sink that writes to Loggly
Apache License 2.0
27 stars 30 forks source link

Fix null-reference exception on null Tags list inside LogglyConfigAdapter.cs. #37

Closed InKolev closed 6 years ago

InKolev commented 6 years ago

Fix null-reference exception on null Tags list inside LogglyConfigAdapter.cs.

InKolev commented 6 years ago

Guys, I encountered this annoying null-reference exception while I was initializing my Serilog.Loggly sink with manual config. Please review and add it to the next version.

MiguelAlho commented 6 years ago

Thanks! and sorry for having left this open for so long...