Explore >> Select a destination


You are here

www.innoq.com
| | www.milanjovanovic.tech
3.9 parsecs away

Travel
| | Structured logging is a practice where you apply the same message format to all of your application logs. The end result is that all your logs will have a similar structure, allowing them to be easily searched and analyzed. Serilog is a popular logging library in .NET, packed with many features. It provides logging to files, logging to the console, and elsewhere. However, why Serilog is unique is because it comes with support for structured logging out of the box. Let's see how we can install Serilog and...
| | compositecode.blog
2.0 parsecs away

Travel
| | I implemented a comprehensive logging and tracking system for financial applications using Spring Boot, Logback, and customizations. This included sensitive data filtering, integration with external logging services, log readability enhancements, request tracking, and custom exception handling. These measures aimed to ensure security and enhance application monitoring.
| | betterdev.blog
5.0 parsecs away

Travel
| | Tips from real-life production applications for logging in AWS Lambda functions. Logs configuration for optimal price and powerful debugging.
| | jonhnnyweslley.net
19.6 parsecs away

Travel
| SHadoop: using Scala to write map-reduce jobs