logging, how-toDon't use default values in your databaseThis is a bad practice in my opinion if your database is owned by one application (or service). It is the usual scenario when using…
logging, how-toChanging the log format in Spring BootDo 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…