jstachio / rainbowgum

Fast, Small, JDK 21+, GraalVM native friendly SLF4J logging framework
BSD 3-Clause "New" or "Revised" License
76 stars 3 forks source link

Health checks, status, MetaLog #61

Open agentgt opened 6 months ago

agentgt commented 6 months ago

Rainbow Gum needs a way to collect errors for microservices that do health checks.

Logback does this I think with something called Status or Status Manager.

Not sure Log4j2 does but probably similar.

Currently catastrophic failures are just System.err but if we provide resilient outputs we will want to keep track of this.

agentgt commented 3 months ago

Allow custom encoder and custom output for MetaLog.