Warn Quote by Gene Kim
““When deciding whether a message should be ERROR or WARN, imagine being woken up at 4 a.m. Low printer toner is not an ERROR.””
About This Quote
Source Book: The Phoenix Project, 2013
The quote uses a humorous analogy to illustrate that not all issues deserve high‑severity alerts; low‑impact problems should be treated as warnings, not errors.
In simple terms: Not every problem is a crisis.
Prioritize issues based on real impact.
Themes
Mood
Type
When to use this quote
- system monitoring
- devops practices
- team communication
- incident response
Key Concepts
Questions to Reflect On
- How do you decide when an issue is critical?
- What processes prevent alert fatigue?
May oversimplify complex system failures.