TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Logging in Java with Diagnostic Backtraces

2 pointsby wsargentabout 5 years ago
I&#x27;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 tracing information in a ring buffer (like dmesg) and dump it when there&#x27;s an exception so you can see the flow of the operation when things went wrong.<p>Documentation is here https:&#x2F;&#x2F;tersesystems.github.io&#x2F;terse-logback&#x2F;<p>Showcase project in Play is here: https:&#x2F;&#x2F;github.com&#x2F;tersesystems&#x2F;terse-logback-showcase<p>and you can see a running instance here: https:&#x2F;&#x2F;terse-logback-showcase.herokuapp.com&#x2F;

no comments

no comments