I am looking into using DataDog’s logfile analysis tools, and they recommend using a JSON extension for log4net - has anyone played with that at all?
https://github.com/BrightOpen/log4net.Ext.Json
It is based on a homebrew json serializer, and naturally as a servicestack user I’d prefer something SS based. Any thoughts?
If not I think I’ll stick with the flat-file approach and perhaps add better delimiters.
thanks!