/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

phil.lavin.me.uk
| | www.innoq.com
8.3 parsecs away

Travel
| | How to make better log statements with Structured Arguments
| | codingcraftsman.wordpress.com
2.2 parsecs away

Travel
| | Note: if you want to see how to intercept actual logging calls, then keep reading. If you want a quick and easy way to see what appears in logs that also go to System.out then there's an easier, though less powerful, way. Background This is an update to the very helpful work done here. I...
| | compositecode.blog
6.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.
| | cupofjava.de
19.0 parsecs away

Travel
| Did you ever use Maven in one of your projects? First you probably were amazed by the way you can declare dependencies and use all the nice plugins. ...