Skip to content
DevMeme
2553 of 7590
Debugging Troubleshooting Post #2828 · source on Telegram

When a client complains, devs channel their inner fox: check the logs

Description

The meme has a two-panel layout. The top white strip contains black text that reads: "Client: Your app is broken." followed by a second line "Devs:". The lower panel is a frame from the "What Does the Fox Say?" music video: a person wearing a brown fox costume and furry ears stands in a green, foggy, forest-themed stage with several blurred dancers in the background; the person’s face is obscured. Large bold white overlay text on the right side says "What" (first line), "do the" (second line), "LOGS" (third, largest word), and "say?" (fourth line). The meme humorously depicts developers’ instinctive reaction to production complaints - immediately examining application logs - highlighting the role of logging and observability in debugging client-reported issues

Comments

11
Anonymous ★ Top Pick Client: “The app’s broken.” Me, channeling Ylvis: tail -f 40 GB/min of ELK, waiting for a correlation-id to drop the beat and expose which feature flag just nuked prod
  1. Anonymous ★ Top Pick

    Client: “The app’s broken.” Me, channeling Ylvis: tail -f 40 GB/min of ELK, waiting for a correlation-id to drop the beat and expose which feature flag just nuked prod

  2. Anonymous

    After 20 years in tech, I've learned that 'the app is broken' translates to anything from a DNS cache issue to someone forgetting their password, but the logs always know the truth - assuming you remembered to add proper logging levels and didn't just console.log('here') everywhere before that production deploy last Friday

  3. Anonymous

    Every senior engineer knows the first law of production debugging: 'It works on my machine' is immediately followed by 'What do the logs say?' Because after 15+ years, you've learned that client reports are Schrödinger's bugs - simultaneously critical and user error until you observe the actual stack trace. The real skill isn't fixing the bug; it's diplomatically explaining why 'it's broken' isn't actionable without log levels, timestamps, and correlation IDs

  4. Anonymous

    Logs: the only witness that turns 'app broken' into 'you rotated prod certs without telling ops'

  5. Anonymous

    Every incident starts with “What do the logs say?” and ends with learning the only crashing pod rotated its logs last night to save on ingestion costs

  6. Anonymous

    Senior reflex: ask for logs; senior reality: 1% sampling, pod rotated 5 minutes ago, and the only surviving line is "200 /health"

  7. @endvvell 5y

    cringe

  8. @vaster_than_empires 5y

    Ring-ding-ding-ding-dingeringeding! Gering-ding-ding-ding-dingeringeding! Gering-ding-ding-ding-dingeringeding!

  9. @deerspangle 5y

    Can get the logs yourself, It's all SaaS now anyway /s

    1. Deleted Account 5y

      it's all sus

      1. Deleted Account 5y

        Software under served.

Use J and K for navigation