With horizontally scaled monoliths or services, the default logging behavior for most web frameworks has diminishing value with each new server. Out of the box, a framework typically has its logs written to STDOUT or a log file, which works great when first starting a project. However, once you start using your service in production debugging becomes a guessing game of hoping the server whose logs you are tailing happens to be the one to handle the request, and that traffic is low where you are able to see the log before more requests replace it on your screen.
Centralized…