Open SatishMothadukala opened 5 years ago
Hi Satish - I have not personally used the Seq sink, but it appears pretty straightforward. The details about usage (indeed, even the source code) is here: https://github.com/serilog/serilog-sinks-seq.
And if you're using ASP.NET Core, you may want to consider a slightly different approach (but uses same concepts). Code is here: https://github.com/dahlsailrunner/tccc2019-api-booster -- it focuses on asp.net core API sites but is easily extended for pure web -- and my two latest pluralsight courses show the concepts in action (https://app.pluralsight.com/profile/author/erik-dahl).
HTH.
Hi Dahl, My name is Satish. In one of my project i used Serilog for logging the data in to DB using ms-sql sink. For displaying the queries i used Seq Interface. Up to here it is working fine with localhost. Now i want move Seq to server to log details. Is there any document or video for deployment please provide?
Thanks, Satish