Hacker News new | ask | show | jobs
by yummyfajitas 4291 days ago
That's not a java problem, that's an "I don't understand Java logging" problem. The right way:

    log.debug("I created this gigantic object {}",
              myBigUglyObject)