mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.4k stars 531 forks source link

Where is heka's error log #1941

Closed ZhangYet closed 8 years ago

ZhangYet commented 8 years ago

I'm running heka by systemd and I logged all logs whose Logger is hekad. But I can not find the log when heka itself crash.

sathieu commented 8 years ago

Have you tried journalctl -u heka.service (or hekad.service)?

ZhangYet commented 8 years ago

That helps a lot. Thank you!