Skip to content

Hi, My Name is Ben

  • About

Spring Boot, Logback and Logstash

March 23, 2019 by Benjamen

When working in a Microservices architecture where you have many services all doing small tasks and features, it can be difficult to troubleshoot and debug in upper environments.  This is why logging and especially centralized logging becomes critical. ELK There are several frameworks and systems to make this work, but the ELK stack is a …

Continue Reading

Covariant Method Return Types in Java

December 27, 2018 by Benjamen