hapi — Logging Fundamentals
Logs are an essential part of every application, because they provide visibility throughout the life cycle. Log messages commonly get written to stdout or a file, but that’s just a location of the actual messages. More important is the output format which ultimately helps you to analyze the behavior …
Continue Reading