C
C#β€’4mo ago
Cryy

.NET tool/library for communication/network logging

Hye guys, I was asked to do some "research" to find some fancy/cool way to logging communication between our application and webservices, external services, stuff like that. Original idea was just log requests/responses, some data to database but It turned out not to be ideal. Is there some standard way how to achieve that, maybe some third party library u use in your projects ? I'd really appreciate some input/advice. Thank you πŸ™‚
3 Replies
WEIRD FLEX
WEIRD FLEXβ€’4mo ago
i would probably send it to a nosql db like elastic you can search for logstash there are also some services/stacks for this, like say datadog (im not saying to use it, though, just for reference/alternatives)
tera
teraβ€’4mo ago
seq is nice
Unknown User
Unknown Userβ€’4mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
struggling with objects and methods```cs class Circle { float radius; int id; int nextID; static void initCircle() .runsettings Coverage Pattern Not WorkingHello can someone please help me fix my runsettings to only collect from the "Controllers" folder: `βœ… How can I convert/flatten an 8-Digit Hex color (Alpha) to a 6-Digit Hex color (Assuming white BG)Does anyone here know how to convert an 8-Digit HEX color code to a 6-Digit HEX color code (AssumingAzure video analyzer:blue_siren: :blue_siren: Is there any azure service that I can use to analyze a video's content? IBlazor Server and Client app, Azure questionI have Blazor Server and Client app. I deployed it on Azure Web App (not static). When I open the cLoop is returning the completely wrong value.I am using the Linqpad to test a pricing algorithm but the result at the is completely wrong. Insteaβœ… Invalidating inherited Properties Tree in WPFI'm trying to implement an inherited list property (called `InheritedCustomContextList`) which mergeHow do I pass through JWT token and customer headersNot sure this approach is right. I have a webapi that will receive a bearer token and a custom headβœ… Is there a way you can check if an object’s equality operator will compare by reference?I want to implement a data validation attribute like [UniqueValues] for ASP.NET model binding which βœ…Need help with streaming ChatGPT response to Blazor AppHi, I have for a couple of days now been through this code without understanding why I can't get st