C
C#3d ago
artem

✅ 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
SineѶeҀҬOӶ⒉⓸⎤ᚙ▟ ▞╸
Logging in C# - .NET
Learn about app logging provided by the Microsoft.Extensions.Logging NuGet package in C#.
artem
artemOP3d ago
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
Unknown User3d ago
Message Not Public
Sign In & Join Server To View
artem
artemOP3d ago
Ty for the info. It'll take some time) Gotta start from there ig
Unknown User
Unknown User3d ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX3d ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?