✅ How do you log and trace requests in big production applications?
I've recently realized that I don't really know how to log data (other then writing it to a file or console). I've also heard you can trace back a request using logging (or smth). I want to make a small project that would use "better" logging, yet I dont know where to start, what technologies to use, how it works, etc. Pls give me any info/hits/tips on what you use in production
6 Replies
Logging in C# - .NET
Learn about app logging provided by the Microsoft.Extensions.Logging NuGet package in C#.
This is basic logging (debug, console) and logger providers. Already know how to do that. I'm looking for smth that collects a lot of logs from different microservices, lets you quickly search for specific values, trace request through different microservices
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View
Ty for the info. It'll take some time)
Gotta start from there ig
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered