wsargent
- Karma
- 72
- Created
- March 3, 2013 (13y ago)
- Submissions
- 0
-
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…
-
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…
- Debugging and Observing Your Scala Code (tersesystems.com)
- Show HN: Semantic Logging with JSON-LD (tersesystems.com)
- Queryable Logging with Blacklite (tersesystems.com)
-
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…
-
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…
- Targeted Diagnostic Logging in Production (tersesystems.com)
-
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…
-
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…
- A Guide to Capabilities in Scala (wsargent.github.io)
- Making a REST API with Play (developer.lightbend.com)
- An Easy Way to Secure Java Applications (tersesystems.com)
- Closing the Open Door of Java Object Serialization (tersesystems.com)
- Effective Cryptography in the JVM (tersesystems.com)
- Monkeypatching Java Classes (tersesystems.com)