logging

A collection of 2 posts

Don't use default values in your database cover image
logging,  how-to

Don't use default values in your database

This is a bad practice in my opinion if your database is owned by one application (or service). It is the usual scenario when using…

Changing the log format in Spring Boot cover image
logging,  how-to

Changing the log format in Spring Boot

Do you know that hours of trial and error can save you minutes of reading documentation? Well, that was not the case today because I wasn’t…