OPI Blog
Learn from experts in their fields

Browsing Tags: logging

Sep 26, 2017
Masking sensitive data in Log4j 2
A growing practice across many organizations is to log as much information as is feasible, to allow for better debugging and auditing. Tools like Splunk and ELK may it even easier to index the logs, ...
Nov 16, 2016
Adding Logging and Swagger to a Hapi Node Server
I am starting to like the Hapi node server. It is a real alternative to express. In this post we are going to add logging and swagger to the Hapi server we started working on ...