Problem Logging

· 2 min · Quick read · Joost van der Laan

Problem logging is the habit of writing down problems the moment they surface — instead of trying to hold them in memory or fix each one in isolation — so patterns and priorities become visible over time.

The idea

Problems that only live in someone’s memory tend to get lost, downplayed, or fixed piecemeal without anyone noticing they keep recurring. Keeping a running log — a notebook, an issue tracker, a simple list — turns scattered annoyances into a dataset: which problems repeat, which ones cluster around the same root cause, and which ones are worth fixing versus tolerating. It also separates the act of noticing a problem from the act of solving it, so a busy moment doesn’t force an immediate, half-considered fix.

When to use it

How to apply it

  1. Capture the problem as soon as it’s noticed, briefly, without stopping to solve it.
  2. Note when and where it happened.
  3. Periodically review the log for repeats or clusters.
  4. Prioritize fixes based on frequency and impact, not just recency.

Watch out for