I am currently struggling setting up the log environment. For now, I am using Seq and the Seq.Extensions.Logging package. This works well in my personal case, as there is no team etc involved, so I am the only person viewing at the logs.
However, I'm not sure, what to log and when. For example, what should be included at the Information level, what on the Debug level. Unfortunately, most of the sample projects on GitHub aren't that big, so this topic is mostly out of order.
Are there any guides or good example projects on GitHub that show some of the best approaches?
03-11-2020 10:13 AM