I am using loggly to organize my logs. I am using serilog on my dotnet applications. These are my questions
- why is the sink for loggly deprecated?
- Should I move to another log management service?
- Is there any alternative to this sink or should I create my own?
My concern is that the package will be removed from nuget one day and I am not yet ready for it.
Thanks.