wsargent

↗ HN profile [ 77.3 ms ] full profile
Karma
72
Created
March 3, 2013 (13y ago)
Submissions
0
  1. I made a proof of concept using Docker Compose showing dynamic debug logging in the cloud using a structured logging framework. The PoC uses script and JSONPath to evaluate the input structured data to determine…

  2. I've been working on logging for a while and I've released and open sourced a new Java logging API I'm really happy with. Echopraxia [1] is a Java logging API like SLF4J, but built around structured logging, i.e. the…

  3. I've released Blindsight 1.0.0. Blindsight is a Scala logging API that is based around structured logging, fluent logging, semantic logging, flow logging, context aware logging, conditional logging, and other useful…

  4. I've been putting together a suite of tools based on Logback that ticks all the boxes for modern day observability. You can see logs on STDOUT, flat file, JSON file, and logged to a database, and you can even store…

  5. I wrote up a project to show how to do structured logging in Logback, and used the opportunity to structure Logback so you can set it once in a library and then only have to think about it when you set log levels. There…

  6. I've written a [small library](https://github.com/tersesystems/securitybuilder#usage) for creating X.509 certificates, public and private keys, and KeyPair objects in one go. This is useful for testing and set up of PKI…

  7. Making a REST API with Play (developer.lightbend.com)
  8. Monkeypatching Java Classes (tersesystems.com)